diff options
author | Itagaki Takahiro <itagaki.takahiro@gmail.com> | 2010-10-26 17:15:17 +0900 |
---|---|---|
committer | Itagaki Takahiro <itagaki.takahiro@gmail.com> | 2010-10-26 17:15:17 +0900 |
commit | bf76ad07fe59affc64f1554d4ff20ddf4d5e8e59 (patch) | |
tree | ee085defb0e101d043b37ae9c70d72d1f2fee65d /src | |
parent | 07ca728f699694781ce62eae9e2fa61cd4ffa542 (diff) | |
download | postgresql-bf76ad07fe59affc64f1554d4ff20ddf4d5e8e59.tar.gz postgresql-bf76ad07fe59affc64f1554d4ff20ddf4d5e8e59.zip |
Fix typos "are are".
Diffstat (limited to 'src')
-rw-r--r-- | src/include/nodes/execnodes.h | 2 | ||||
-rw-r--r-- | src/include/nodes/plannodes.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index 78188a3954d..b78ee35ccf8 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -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. diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index 81038f6ad14..fec4acea342 100644 --- a/src/include/nodes/plannodes.h +++ b/src/include/nodes/plannodes.h @@ -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. |