From: Bruce Momjian Date: Wed, 30 Jul 2014 02:08:43 +0000 (-0400) Subject: pg_upgrade: improve C comment wording X-Git-Tag: REL9_5_ALPHA1~1670 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d826d8ecce80e318220a8a4e3d989a38397e5689;p=thirdparty%2Fpostgresql.git pg_upgrade: improve C comment wording --- diff --git a/contrib/pg_upgrade/check.c b/contrib/pg_upgrade/check.c index ba9407d9b58..79b6c3caee1 100644 --- a/contrib/pg_upgrade/check.c +++ b/contrib/pg_upgrade/check.c @@ -700,7 +700,7 @@ create_script_for_old_cluster_deletion(char **deletion_script_file_name) /* * check_is_super_user() * - * Check we are superuser, and out user id and user count + * Check we are superuser, and output user id and user count */ static void check_is_super_user(ClusterInfo *cluster)