X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=string.c;fp=string.c;h=77c90cb3bcee036565751f68ee9b3ff23726bab6;hp=17edffc5e9d9bef56d3f491ac12a83a01c2494cd;hb=5008f98a8208d96c3c777476d6df7534c6d2ca49;hpb=dbf089c8f66059540f0c1089a36620c5afcb19e5 diff --git a/string.c b/string.c index 17edffc..77c90cb 100644 --- a/string.c +++ b/string.c @@ -340,7 +340,7 @@ void free_argv(char **argv) * * In contrast to gengetopt's string parser, double quotes, backslash-escaped * characters and special characters like \p \\n are honored. The result - * contains pointers to copies of the words contained in \line and has to be + * contains pointers to copies of the words contained in \a line and has to be * freed by using \ref free_argv(). * * \param line The line to be split.