1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +03:00

Fix a few typos in comments in GiN.

This commit is contained in:
Neil Conway
2007-02-01 04:16:08 +00:00
parent b3687889c4
commit dbcaee49b5
5 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/access/gin/ginbulk.c,v 1.8 2007/01/31 15:09:45 teodor Exp $
* $PostgreSQL: pgsql/src/backend/access/gin/ginbulk.c,v 1.9 2007/02/01 04:16:08 neilc Exp $
*-------------------------------------------------------------------------
*/
@@ -187,7 +187,7 @@ ginChooseElem(BuildAccumulator *accum, ItemPointer heapptr, Datum *entries, uint
/*
* Insert one heap pointer. Suppose entries is sorted.
* Insertion order trys to get binary tree balanced: first insert middle value,
* Insertion order tries to get binary tree balanced: first insert middle value,
* next middle on left part and middle of right part.
*/
void