diff options
author | Noah Misch <noah@leadboat.com> | 2019-06-08 10:12:26 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2019-06-08 10:12:26 -0700 |
commit | 31d250e049b4e3d51a635edaa2221c11815e40e7 (patch) | |
tree | 974dc2122d471fa09c16ad0658d3353cc8b644e6 /src/fe_utils/string_utils.c | |
parent | 92c4abc73693690ce9ff13ede160f0dcb0a2de7b (diff) | |
download | postgresql-31d250e049b4e3d51a635edaa2221c11815e40e7.tar.gz postgresql-31d250e049b4e3d51a635edaa2221c11815e40e7.zip |
Update stale comments, and fix comment typos.
Diffstat (limited to 'src/fe_utils/string_utils.c')
-rw-r--r-- | src/fe_utils/string_utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fe_utils/string_utils.c b/src/fe_utils/string_utils.c index 58610dbf572..d5757becef2 100644 --- a/src/fe_utils/string_utils.c +++ b/src/fe_utils/string_utils.c @@ -541,8 +541,7 @@ appendShellStringNoError(PQExpBuffer buf, const char *str) /* * Append the given string to the buffer, with suitable quoting for passing - * the string as a value, in a keyword/pair value in a libpq connection - * string + * the string as a value in a keyword/value pair in a libpq connection string. */ void appendConnStrVal(PQExpBuffer buf, const char *str) |