summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-01-29 19:23:56 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2012-01-29 19:23:56 -0500
commitad10853b30b84d89905e023afa599de3a1fea4c6 (patch)
tree3ba5f3eaebdb3c01fd6acf715b5794b1b0f123b4 /src/backend/access/gist/gist.c
parentdd243b3e40c24cd7c6b0db80bb39061f8f85af7b (diff)
downloadpostgresql-ad10853b30b84d89905e023afa599de3a1fea4c6.tar.gz
Assorted comment fixes, mostly just typos, but some obsolete statements.
YAMAMOTO Takashi
Diffstat (limited to 'src/backend/access/gist/gist.c')
-rw-r--r--src/backend/access/gist/gist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c
index ae6309d87c..0635301505 100644
--- a/src/backend/access/gist/gist.c
+++ b/src/backend/access/gist/gist.c
@@ -253,7 +253,7 @@ gistplacetopage(Relation rel, Size freespace, GISTSTATE *giststate,
}
/*
- * Now that we know whick blocks the new pages go to, set up downlink
+ * Now that we know which blocks the new pages go to, set up downlink
* tuples to point to them.
*/
for (ptr = dist; ptr; ptr = ptr->next)