Fix typo in C comment.

This commit is contained in:
Kevin Grittner 2014-08-05 14:17:21 -05:00
parent 0ef99bdce3
commit 49d1e03d64

View File

@ -88,7 +88,7 @@ ExecScanFetch(ScanState *node,
* Scans the relation using the 'access method' indicated and * Scans the relation using the 'access method' indicated and
* returns the next qualifying tuple in the direction specified * returns the next qualifying tuple in the direction specified
* in the global variable ExecDirection. * in the global variable ExecDirection.
* The access method returns the next tuple and execScan() is * The access method returns the next tuple and ExecScan() is
* responsible for checking the tuple returned against the qual-clause. * responsible for checking the tuple returned against the qual-clause.
* *
* A 'recheck method' must also be provided that can check an * A 'recheck method' must also be provided that can check an