]> git.tuebingen.mpg.de Git - adu.git/commitdiff
Fix a typo in interactive.c.
authorAndre Noll <maan@systemlinux.org>
Sun, 9 Nov 2008 12:15:16 +0000 (13:15 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 9 Nov 2008 12:15:16 +0000 (13:15 +0100)
interactive.c

index e184dbe4fce70b65a22b54d1cacb58cd74074e43..7b5ca7606e07bd7bef18a4c5ce26ede623cda632 100644 (file)
@@ -147,7 +147,7 @@ static int exec_interactive_command(char *line)
        else {
                *args = '\0';
                args++;
        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;
                args += strspn(args, delim);
                if (!*args)
                        args = NULL;