pg_upgrade: improve C comment wording

This commit is contained in:
Bruce Momjian 2014-07-29 22:08:43 -04:00
parent 0531549801
commit d826d8ecce
1 changed files with 1 additions and 1 deletions

View File

@ -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)