mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy Discussion: 553D00A6.4090205@bk.ru
This commit is contained in:
@ -93,7 +93,7 @@ pg_mkdir_p(char *path, int 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:
|
||||
* shall occur:
|
||||
*
|
||||
* mkdir -p -m $(umask -S),u+wx $(dirname dir) && mkdir [-m mode] dir
|
||||
*
|
||||
|
Reference in New Issue
Block a user