From 31d250e049b4e3d51a635edaa2221c11815e40e7 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Sat, 8 Jun 2019 10:12:26 -0700 Subject: Update stale comments, and fix comment typos. --- src/fe_utils/string_utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/fe_utils/string_utils.c') 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) -- cgit v1.2.3