Commit bf76ad07 authored by Itagaki Takahiro's avatar Itagaki Takahiro

Fix typos "are are".

parent 07ca728f
...@@ -982,7 +982,7 @@ typedef struct PlanState ...@@ -982,7 +982,7 @@ typedef struct PlanState
} 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 * and "right" and "inner" and "outer". The convention is that
* the "left" plan is the "outer" plan and the "right" plan is * the "left" plan is the "outer" plan and the "right" plan is
* the inner plan, but these make the code more readable. * the inner plan, but these make the code more readable.
......
...@@ -127,7 +127,7 @@ typedef struct Plan ...@@ -127,7 +127,7 @@ typedef struct Plan
} 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 * and "right" and "inner" and "outer". The convention is that
* the "left" plan is the "outer" plan and the "right" plan is * the "left" plan is the "outer" plan and the "right" plan is
* the inner plan, but these make the code more readable. * the inner plan, but these make the code more readable.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment