Comment tweak.

This commit is contained in:
Nicholas Marriott 2008-08-01 20:25:13 +00:00
parent 1b2cf86182
commit 3a6e41c5cb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $Id: cmd-string.c,v 1.5 2008-07-25 17:29:40 nicm Exp $ */
/* $Id: cmd-string.c,v 1.6 2008-08-01 20:25:13 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@ -49,7 +49,7 @@ cmd_string_ungetc(unused const char *s, size_t *p)
}
/*
* Parse command string. Return -1 on error. If returning 1, cause is error
* Parse command string. Returns -1 on error. If returning -1, cause is error
* string, or NULL for empty command.
*/
int