diff options
author | Thomas G. Lockhart | 1999-02-23 07:33:09 +0000 |
---|---|---|
committer | Thomas G. Lockhart | 1999-02-23 07:33:09 +0000 |
commit | 97287e1d1302e053d30885df71150ce41f3bda4f (patch) | |
tree | 5210da78b94c06d2dc083f56b0da3398e57cef6d | |
parent | e587f202e447cebf07ae614487fa2230155ec645 (diff) |
Fix typo in comment.
-rw-r--r-- | src/backend/executor/execFlatten.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/executor/execFlatten.c b/src/backend/executor/execFlatten.c index 60248229d2d..df1864c59ae 100644 --- a/src/backend/executor/execFlatten.c +++ b/src/backend/executor/execFlatten.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/executor/Attic/execFlatten.c,v 1.8 1999/02/13 23:15:16 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/executor/Attic/execFlatten.c,v 1.9 1999/02/23 07:33:09 thomas Exp $ * *------------------------------------------------------------------------- */ @@ -215,7 +215,7 @@ FjoinBumpOuterNodes(TargetEntry *tlist, /* * If every function is done, then we are done flattening. Mark the - * Fjoin node unitialized, it is time to get the next tuple from the + * Fjoin node uninitialized, it is time to get the next tuple from the * plan and redo all of the flattening. */ if (funcIsDone) |