1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

Fix typos in comments.

Thom Brown
This commit is contained in:
Fujii Masao
2014-03-17 20:47:28 +09:00
parent 5c6d9fc4b2
commit 2bccced110
11 changed files with 18 additions and 18 deletions

View File

@ -933,7 +933,7 @@ keyGetItem(GinState *ginstate, MemoryContext tempCtx, GinScanKey key,
/*
* Ok, we now know that there are no matches < minItem.
*
* If minItem is lossy, it means that there there were no exact items on
* If minItem is lossy, it means that there were no exact items on
* the page among requiredEntries, because lossy pointers sort after exact
* items. However, there might be exact items for the same page among
* additionalEntries, so we mustn't advance past them.