aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
diff options
context:
space:
mode:
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 8bcf24ae7f5..383877e9ada 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
- * gist.h--
+ * gist.h
* common declarations for the GiST access method code.
*
*