libbb: move nuke_str() from passwd into libbb
[oweals/busybox.git] / libbb / xgetcwd.c
index 97367217eb305e909eda2ea6788fd19309b58e88..71720d323f0b1c2a2e5821c20e623da4dd5c0305 100644 (file)
@@ -24,7 +24,7 @@ xrealloc_getcwd_or_warn(char *cwd)
        char *ret;
        unsigned path_max;
 
-       path_max = 128; /* 128 + 64 should be enough for 99% of cases */
+       path_max = 128; /* 128 + 64 should be enough for 99% of cases */
 
        while (1) {
                path_max += PATH_INCR;