From bff4c97a8c7cee6f76b2084db7755840e095eddf Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Mon, 11 Nov 2019 12:52:16 +0100 Subject: [PATCH] * mkdirp: comments, again. --- mkdirp/mkdirp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdirp/mkdirp.h b/mkdirp/mkdirp.h index 0cae21e..35a71d6 100644 --- a/mkdirp/mkdirp.h +++ b/mkdirp/mkdirp.h @@ -25,8 +25,8 @@ extern "C" { * The mkdirp() function creates the directory pathname with the specified * mode, if it does not already exist. If necessary, any missing parent * directories are created as part of the process. The effective file mode - * used for each created directory is ((mode | 0700) & ~umask & 0777). The - * modes of already existing directories are left unchanged. + * applied to each created directory is ((mode | 0700) & ~umask & 0777). + * The modes of already existing directories are left unchanged. * * The mkdirp() function returns 0, if the specified directory already * existed or was successfully created, or -1 if an error occurred, in which -- 2.30.2