summaryrefslogtreecommitdiff
path: root/src/include/commands/comment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/comment.h')
-rw-r--r--src/include/commands/comment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h
index 525a2b9c387..da9fc1c7f15 100644
--- a/src/include/commands/comment.h
+++ b/src/include/commands/comment.h
@@ -21,7 +21,7 @@
* related routines. CommentObject() implements the SQL "COMMENT ON"
* command. DeleteComments() deletes all comments for an object.
* CreateComments creates (or deletes, if comment is NULL) a comment
- * for a specific key. There are versions of these two methods for
+ * for a specific key. There are versions of these two methods for
* both normal and shared objects.
*------------------------------------------------------------------
*/