]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorFujii Masao <fujii@postgresql.org>
Wed, 18 Sep 2013 16:58:32 +0000 (01:58 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 18 Sep 2013 16:58:32 +0000 (01:58 +0900)
Ian Lawrence Barwick

src/bin/psql/command.c

index 351e684132cf0cd7f8887a570cd65f72c8c7dd51..10e9f64c8ee9c4ed7c6c32204e2021423b3b3c4d 100644 (file)
@@ -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.
  *