From ad10853b30b84d89905e023afa599de3a1fea4c6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 29 Jan 2012 19:23:56 -0500 Subject: Assorted comment fixes, mostly just typos, but some obsolete statements. YAMAMOTO Takashi --- src/include/access/gist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/access/gist.h') 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 { -- cgit v1.2.3