diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-04-25 14:28:58 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-04-25 14:28:58 -0400 |
commit | 9873001e6d1177d543a2e46273e738d726670f1f (patch) | |
tree | 73cdf8bd13862503b859e95d107a50074424b93c /src | |
parent | 65ca8e68b7b21de7641d8ec9b7d4b9a2dd5e081d (diff) | |
download | postgresql-9873001e6d1177d543a2e46273e738d726670f1f.tar.gz postgresql-9873001e6d1177d543a2e46273e738d726670f1f.zip |
Another trivial comment-typo fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/common/reloptions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/common/reloptions.c b/src/backend/access/common/reloptions.c index 09a7b6fb0c2..607a80d7d4a 100644 --- a/src/backend/access/common/reloptions.c +++ b/src/backend/access/common/reloptions.c @@ -545,8 +545,8 @@ add_string_reloption(bits32 kinds, char *name, char *desc, char *default_val, * * Note that this is not responsible for determining whether the options * are valid, but it does check that namespaces for all the options given are - * listed in validnsps. The NULL namespace is always valid and needs not be - * explicitely listed. Passing a NULL pointer means that only the NULL + * listed in validnsps. The NULL namespace is always valid and need not be + * explicitly listed. Passing a NULL pointer means that only the NULL * namespace is valid. * * Both oldOptions and the result are text arrays (or NULL for "default"), |