From 6e5f6e59134c4829060321b875e86c538adc0914 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Thu, 19 Sep 2013 01:58:32 +0900 Subject: [PATCH] Fix typo in comment. Ian Lawrence Barwick --- src/bin/psql/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.40.0