C comment improvement & typo fix.

Thomas Munro
This commit is contained in:
Kevin Grittner 2016-06-02 12:52:41 -05:00
parent e652273e07
commit 4edb7bd2fd

View File

@ -522,7 +522,7 @@ typedef struct BTScanPosData
Buffer buf; /* if valid, the buffer is pinned */
XLogRecPtr lsn; /* pos in the WAL stream when page was read */
BlockNumber currPage; /* page we've referencd by items array */
BlockNumber currPage; /* page referenced by items array */
BlockNumber nextPage; /* page's right link when we scanned it */
/*