Style fix in a comment

This commit is contained in:
lostd 2014-11-01 01:56:26 +02:00
parent 12da2ff028
commit 77565ecdb8
1 changed files with 1 additions and 1 deletions

View File

@ -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);