Skip to content
Snippets Groups Projects
Commit 49d1e03d authored by Kevin Grittner's avatar Kevin Grittner
Browse files

Fix typo in C comment.

parent 0ef99bdc
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ ExecScanFetch(ScanState *node,
* Scans the relation using the 'access method' indicated and
* returns the next qualifying tuple in the direction specified
* 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.
*
* A 'recheck method' must also be provided that can check an
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment