Fix typos "are are".

This commit is contained in:
Itagaki Takahiro 2010-10-26 17:15:17 +09:00
parent 07ca728f69
commit bf76ad07fe
2 changed files with 2 additions and 2 deletions

View File

@ -982,7 +982,7 @@ typedef struct PlanState
} PlanState;
/* ----------------
* these are are defined to avoid confusion problems with "left"
* these are defined to avoid confusion problems with "left"
* and "right" and "inner" and "outer". The convention is that
* the "left" plan is the "outer" plan and the "right" plan is
* the inner plan, but these make the code more readable.

View File

@ -127,7 +127,7 @@ typedef struct Plan
} Plan;
/* ----------------
* these are are defined to avoid confusion problems with "left"
* these are defined to avoid confusion problems with "left"
* and "right" and "inner" and "outer". The convention is that
* the "left" plan is the "outer" plan and the "right" plan is
* the inner plan, but these make the code more readable.