diff options
author | Fujii Masao <fujii@postgresql.org> | 2013-09-19 01:58:32 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2013-09-19 01:58:32 +0900 |
commit | 6e5f6e59134c4829060321b875e86c538adc0914 (patch) | |
tree | 45649506d23adb6aa2e4ce5ede86335ec6f102e5 | |
parent | eb3b79ffd4c456b49325df0002dbc4cb6a3741e7 (diff) | |
download | postgresql-6e5f6e59134c4829060321b875e86c538adc0914.tar.gz postgresql-6e5f6e59134c4829060321b875e86c538adc0914.zip |
Fix typo in comment.
Ian Lawrence Barwick
-rw-r--r-- | src/bin/psql/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 351e684132c..10e9f64c8ee 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. * |