]> granicus.if.org Git - postgresql/commitdiff
Another trivial comment-typo fix.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Apr 2012 18:28:58 +0000 (14:28 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Apr 2012 18:28:58 +0000 (14:28 -0400)
src/backend/access/common/reloptions.c

index 09a7b6fb0c266cc33d1a6ace628eca59af797e7e..607a80d7d4a42d8aa0366271fd486832e7150ff4 100644 (file)
@@ -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"),