* 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