From: Itagaki Takahiro Date: Tue, 26 Oct 2010 08:15:17 +0000 (+0900) Subject: Fix typos "are are". X-Git-Tag: REL9_1_ALPHA2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf76ad07fe59affc64f1554d4ff20ddf4d5e8e59;p=postgresql Fix typos "are are". --- diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index 78188a3954..b78ee35ccf 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 81038f6ad1..fec4acea34 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.