aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
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/include/access/gist.h
parentdd243b3e40c24cd7c6b0db80bb39061f8f85af7b (diff)
downloadpostgresql-ad10853b30b84d89905e023afa599de3a1fea4c6.tar.gz
postgresql-ad10853b30b84d89905e023afa599de3a1fea4c6.zip
Assorted comment fixes, mostly just typos, but some obsolete statements.
YAMAMOTO Takashi
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r--src/include/access/gist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index 42ac63a5459..ed57bb7f93a 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -89,7 +89,7 @@ typedef GISTPageOpaqueData *GISTPageOpaque;
* that corresponding spl_(r|l)datum already defined and
* PickSplit should use that value. PickSplit should always set
* spl_(r|l)datum_exists to false: GiST will check value to
- * control supportng this feature by PickSplit...
+ * control supporting this feature by PickSplit...
*/
typedef struct GIST_SPLITVEC
{