Fix typo in comment.

Ian Lawrence Barwick
This commit is contained in:
Fujii Masao 2013-09-19 01:58:32 +09:00
parent eb3b79ffd4
commit 6e5f6e5913

View 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.
*