From: lostd Date: Fri, 31 Oct 2014 23:56:26 +0000 (+0200) Subject: Style fix in a comment X-Git-Tag: v1.0~92^2~132 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=77565ecdb87d9771bcd929b222c2af2345a37e26;p=nnn.git Style fix in a comment --- diff --git a/noice.c b/noice.c index a9f08c4a..89da6765 100644 --- a/noice.c +++ b/noice.c @@ -107,7 +107,7 @@ xdirname(const char *path) char *p, *tmp; /* Some implementations of dirname(3) may modify `path' and some - * return a pointer inside `path` and we cannot free(3) the + * return a pointer inside `path' and we cannot free(3) the * original string if we lose track of it. */ tmp = xstrdup(path); p = dirname(tmp);