aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2013-09-19 01:58:32 +0900
committerFujii Masao <fujii@postgresql.org>2013-09-19 01:58:32 +0900
commit6e5f6e59134c4829060321b875e86c538adc0914 (patch)
tree45649506d23adb6aa2e4ce5ede86335ec6f102e5
parenteb3b79ffd4c456b49325df0002dbc4cb6a3741e7 (diff)
downloadpostgresql-6e5f6e59134c4829060321b875e86c538adc0914.tar.gz
postgresql-6e5f6e59134c4829060321b875e86c538adc0914.zip
Fix typo in comment.
Ian Lawrence Barwick
-rw-r--r--src/bin/psql/command.c2
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.
*