1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

Fix a typo in a comment.

This commit is contained in:
Eli Zaretskii 2001-08-09 17:40:59 +00:00
parent 36d36f35f5
commit a10192f44d

View File

@ -3744,7 +3744,7 @@ main (argc, argv)
{
/* Check that the file to append to exists, and is not
empty. More specifically, it should be a valid file
produced by a vaprevious run of ebrowse, but that's too
produced by a previous run of ebrowse, but that's too
difficult to check. */
FILE *fp;
int rc;