diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-10-18 13:43:01 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-10-18 13:43:27 -0400 |
commit | fca41acb86902b90218dcc3bc0ffc462850a090f (patch) | |
tree | 5efb4cdcf356ec9b85da19c82165820597ee7bd0 /src | |
parent | 6f13a682c86801cfb9ae4f3126888b42f3cb5c46 (diff) | |
download | postgresql-fca41acb86902b90218dcc3bc0ffc462850a090f.tar.gz postgresql-fca41acb86902b90218dcc3bc0ffc462850a090f.zip |
Fix typo in comment.
Amit Langote
Diffstat (limited to 'src')
-rw-r--r-- | src/include/foreign/foreign.h | 2 |
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 { |