aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginvacuum.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-01-04 16:29:42 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-01-04 16:29:42 +0000
commit7c8927bf08b46cfa839aaee81b71bb42e2df4eb5 (patch)
tree2a8b8dd217efe4540779d2268d64ea9faf9843a7 /src/backend/access/gin/ginvacuum.c
parenta252994abeebc4832e2c9c09754d02ace00970b9 (diff)
downloadpostgresql-7c8927bf08b46cfa839aaee81b71bb42e2df4eb5.tar.gz
postgresql-7c8927bf08b46cfa839aaee81b71bb42e2df4eb5.zip
Fix some small typos in comments. Greg Stark
Diffstat (limited to 'src/backend/access/gin/ginvacuum.c')
-rw-r--r--src/backend/access/gin/ginvacuum.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/access/gin/ginvacuum.c b/src/backend/access/gin/ginvacuum.c
index 225dbc60477..a1749804ea1 100644
--- a/src/backend/access/gin/ginvacuum.c
+++ b/src/backend/access/gin/ginvacuum.c
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/access/gin/ginvacuum.c,v 1.9 2006/11/30 16:22:32 teodor Exp $
+ * $PostgreSQL: pgsql/src/backend/access/gin/ginvacuum.c,v 1.10 2007/01/04 16:29:41 tgl Exp $
*-------------------------------------------------------------------------
*/
@@ -34,8 +34,8 @@ typedef struct
/*
* Cleans array of ItemPointer (removes dead pointers)
* Results are always stored in *cleaned, which will be allocated
- * if its needed. In case of *cleaned!=NULL caller is responsible to
- * enough space. *cleaned and items may point to the same
+ * if it's needed. In case of *cleaned!=NULL caller is responsible to
+ * have allocated enough space. *cleaned and items may point to the same
* memory address.
*/