aboutsummaryrefslogtreecommitdiff
path: root/libbb/make_directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/make_directory.c')
-rw-r--r--libbb/make_directory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/make_directory.c b/libbb/make_directory.c
index e3d2c52b1..710537dd1 100644
--- a/libbb/make_directory.c
+++ b/libbb/make_directory.c
@@ -31,8 +31,8 @@
31 * sure that (flags & FILEUTILS_RECUR) is non-zero. Newly created 31 * sure that (flags & FILEUTILS_RECUR) is non-zero. Newly created
32 * intermediate directories will have at least u+wx perms. 32 * intermediate directories will have at least u+wx perms.
33 * 33 *
34 * To set specific permisions on 'path', pass the appropriate 'mode' 34 * To set specific permissions on 'path', pass the appropriate 'mode'
35 * val. Otherwise, pass -1 to get default permisions. 35 * val. Otherwise, pass -1 to get default permissions.
36 */ 36 */
37 37
38#include <errno.h> 38#include <errno.h>