diff options
Diffstat (limited to 'libbb/make_directory.c')
-rw-r--r-- | libbb/make_directory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/make_directory.c b/libbb/make_directory.c index e3d2c52..710537d 100644 --- a/libbb/make_directory.c +++ b/libbb/make_directory.c @@ -31,8 +31,8 @@ * sure that (flags & FILEUTILS_RECUR) is non-zero. Newly created * intermediate directories will have at least u+wx perms. * - * To set specific permisions on 'path', pass the appropriate 'mode' - * val. Otherwise, pass -1 to get default permisions. + * To set specific permissions on 'path', pass the appropriate 'mode' + * val. Otherwise, pass -1 to get default permissions. */ #include <errno.h> |