aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*