Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bf76ad0

Browse files
committed
Fix typos "are are".
1 parent 07ca728 commit bf76ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/include/nodes/execnodes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ typedef struct PlanState
982982
} PlanState;
983983

984984
/* ----------------
985-
* these are are defined to avoid confusion problems with "left"
985+
* these are defined to avoid confusion problems with "left"
986986
* and "right" and "inner" and "outer". The convention is that
987987
* the "left" plan is the "outer" plan and the "right" plan is
988988
* the inner plan, but these make the code more readable.

src/include/nodes/plannodes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ typedef struct Plan
127127
} Plan;
128128

129129
/* ----------------
130-
* these are are defined to avoid confusion problems with "left"
130+
* these are defined to avoid confusion problems with "left"
131131
* and "right" and "inner" and "outer". The convention is that
132132
* the "left" plan is the "outer" plan and the "right" plan is
133133
* the inner plan, but these make the code more readable.

0 commit comments

Comments
 (0)