Fix typo in comment.
authorHeikki Linnakangas
Mon, 18 May 2015 07:38:52 +0000 (10:38 +0300)
committerHeikki Linnakangas
Mon, 18 May 2015 07:38:52 +0000 (10:38 +0300)
Jim Nasby

src/backend/executor/nodeIndexscan.c

index 60cb42b454016e57d33390899337ce8fe38db6cd..96d34beaf438f40ead0de15ec33947342b07bfcb 100644 (file)
@@ -142,8 +142,8 @@ IndexNext(IndexScanState *node)
 /* ----------------------------------------------------------------
  *     IndexNextWithReorder
  *
- *     Like IndexNext, but his version can also re-check any
- *     ORDER BY expressions, and reorder the tuples as necessary.
+ *     Like IndexNext, but this version can also re-check ORDER BY
+ *     expressions, and reorder the tuples as necessary.
  * ----------------------------------------------------------------
  */
 static TupleTableSlot *