]> Sergey Matveev's repositories - nnn.git/commitdiff
Style fix in a comment
authorlostd <lostd@2f30.org>
Fri, 31 Oct 2014 23:56:26 +0000 (01:56 +0200)
committerlostd <lostd@2f30.org>
Fri, 31 Oct 2014 23:56:26 +0000 (01:56 +0200)
noice.c

diff --git a/noice.c b/noice.c
index a9f08c4a136af2400af58575127a4dd7cffef572..89da67658b563d57d96c6444fd24a3495f3df3f6 100644 (file)
--- 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);