diff options
author | Neil Conway <neilc@samurai.com> | 2006-11-12 06:55:54 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2006-11-12 06:55:54 +0000 |
commit | dc10387eb17fc0b342faad407d81008f60008a12 (patch) | |
tree | 97368f5756446ce3d1ebcc47e14a5046dc4b91ae /src/backend/access/gist/gistget.c | |
parent | f49baa73ef2f447267893cbf72b333b456fd2e60 (diff) | |
download | postgresql-dc10387eb17fc0b342faad407d81008f60008a12.tar.gz |
Fix some typos in comments.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
-rw-r--r-- | src/backend/access/gist/gistget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/gist/gistget.c b/src/backend/access/gist/gistget.c index 68a4c18bb8..da5c5e85d7 100644 --- a/src/backend/access/gist/gistget.c +++ b/src/backend/access/gist/gistget.c @@ -8,7 +8,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/access/gist/gistget.c,v 1.61 2006/10/04 00:29:48 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/access/gist/gistget.c,v 1.62 2006/11/12 06:55:53 neilc Exp $ * *------------------------------------------------------------------------- */ @@ -243,7 +243,7 @@ gistnext(IndexScanDesc scan, ScanDirection dir, ItemPointer tids, int maxtids, b n = OffsetNumberNext(n); } - /* wonderfull, we can look at page */ + /* wonderful, we can look at page */ for (;;) { |