1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

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 * 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 * Handler for \i and \ir, but can be used for other things as well. Returns
* MainLoop() error code. * MainLoop() error code.
* *