changeset 922:a9a7e57064df HEAD

comment fix
author Timo Sirainen <tss@iki.fi>
date Wed, 08 Jan 2003 22:47:38 +0200
parents b9875966b09d
children b71883ef0247
files src/lib-imap/imap-parser.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-imap/imap-parser.h	Wed Jan 08 22:47:19 2003 +0200
+++ b/src/lib-imap/imap-parser.h	Wed Jan 08 22:47:38 2003 +0200
@@ -76,7 +76,7 @@
    count-sized array of arguments are stored into args when return value is
    0 or larger. If all arguments weren't read, they're set to NIL. count
    can be set to 0 to read all arguments in the line. Last element in
-   args[size] is always of type IMAP_ARG_EOL. */
+   args is always of type IMAP_ARG_EOL. */
 int imap_parser_read_args(struct imap_parser *parser, unsigned int count,
 			  enum imap_parser_flags flags, struct imap_arg **args);