aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-10-18 13:43:01 -0400
committerRobert Haas <rhaas@postgresql.org>2016-10-18 13:43:27 -0400
commitfca41acb86902b90218dcc3bc0ffc462850a090f (patch)
tree5efb4cdcf356ec9b85da19c82165820597ee7bd0
parent6f13a682c86801cfb9ae4f3126888b42f3cb5c46 (diff)
downloadpostgresql-fca41acb86902b90218dcc3bc0ffc462850a090f.tar.gz
postgresql-fca41acb86902b90218dcc3bc0ffc462850a090f.zip
Fix typo in comment.
Amit Langote
-rw-r--r--src/include/foreign/foreign.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/foreign/foreign.h b/src/include/foreign/foreign.h
index 5dc2c90f3c3..143566a4ba8 100644
--- a/src/include/foreign/foreign.h
+++ b/src/include/foreign/foreign.h
@@ -23,7 +23,7 @@
/*
* Generic option types for validation.
- * NB! Thes are treated as flags, so use only powers of two here.
+ * NB! These are treated as flags, so use only powers of two here.
*/
typedef enum
{