* mkdirp: comments, again.
authorUrban Wallasch <urban.wallasch@freenet.de>
Mon, 11 Nov 2019 11:52:16 +0000 (12:52 +0100)
committerUrban Wallasch <urban.wallasch@freenet.de>
Mon, 11 Nov 2019 11:52:16 +0000 (12:52 +0100)
mkdirp/mkdirp.h

index 0cae21e76e0df5b354627fb0a6c048c33b2c0ad1..35a71d676a42ac724ba0f2d8f2126a567f53bd83 100644 (file)
@@ -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