diff options
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r-- | src/include/access/gist.h | 2 |
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 { |