]> git.tuebingen.mpg.de Git - adu.git/blobdiff - interactive.c
Fix a typo in interactive.c.
[adu.git] / interactive.c
index e184dbe4fce70b65a22b54d1cacb58cd74074e43..7b5ca7606e07bd7bef18a4c5ce26ede623cda632 100644 (file)
@@ -147,7 +147,7 @@ static int exec_interactive_command(char *line)
        else {
                *args = '\0';
                args++;
-               /* let p point to the next non-whitespace char */
+               /* let args point to the next non-whitespace char */
                args += strspn(args, delim);
                if (!*args)
                        args = NULL;