diff options
Diffstat (limited to 'src/bin/scripts/common.c')
-rw-r--r-- | src/bin/scripts/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/common.c b/src/bin/scripts/common.c index 9a7cc2c264c..ef1de148bf9 100644 --- a/src/bin/scripts/common.c +++ b/src/bin/scripts/common.c @@ -254,7 +254,7 @@ executeMaintenanceCommand(PGconn *conn, const char *query, bool echo) } /* - * "Safe" wrapper around strdup(). Pulled from psql/common.c + * "Safe" wrapper around strdup(). Pulled from psql/common.c */ char * pg_strdup(const char *string) @@ -276,7 +276,7 @@ pg_strdup(const char *string) } /* - * Check yes/no answer in a localized way. 1=yes, 0=no, -1=neither. + * Check yes/no answer in a localized way. 1=yes, 0=no, -1=neither. */ /* translator: abbreviation for "yes" */ |