From: Fujii Masao Date: Wed, 18 Sep 2013 16:58:32 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: REL9_4_BETA1~1142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e5f6e59134c4829060321b875e86c538adc0914;p=postgresql Fix typo in comment. Ian Lawrence Barwick --- diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 351e684132..10e9f64c8e 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -2103,7 +2103,7 @@ do_edit(const char *filename_arg, PQExpBuffer query_buf, /* * process_file * - * Read commands from filename and then them to the main processing loop + * Reads commands from filename and passes them to the main processing loop. * Handler for \i and \ir, but can be used for other things as well. Returns * MainLoop() error code. *