diff options
author | Robert Haas | 2016-10-18 17:43:01 +0000 |
---|---|---|
committer | Robert Haas | 2016-10-18 17:43:27 +0000 |
commit | fca41acb86902b90218dcc3bc0ffc462850a090f (patch) | |
tree | 5efb4cdcf356ec9b85da19c82165820597ee7bd0 | |
parent | 6f13a682c86801cfb9ae4f3126888b42f3cb5c46 (diff) |
Fix typo in comment.
Amit Langote
-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 5dc2c90f3c..143566a4ba 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 { |