src/bin/mkdir: Spell occur correctly.

Pull Request: https://github.com/freebsd/freebsd-src/pull/544
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
Elyes HAOUAS 2021-10-02 10:34:45 -06:00 committed by Warner Losh
parent 48556dff3d
commit 28c3c137f6

View File

@ -163,7 +163,7 @@ build(char *path, mode_t omode)
* POSIX 1003.2:
* For each dir operand that does not name an existing
* directory, effects equivalent to those caused by the
* following command shall occcur:
* following command shall occur:
*
* mkdir -p -m $(umask -S),u+wx $(dirname dir) &&
* mkdir [-m mode] dir