mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
lib:util: fix a comment typo
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
ae6a13eecb
commit
5aade722cc
@ -234,7 +234,7 @@ _PUBLIC_ bool directory_create_or_exist(const char *dname,
|
|||||||
* @brief Try to create a specified directory if it doesn't exist.
|
* @brief Try to create a specified directory if it doesn't exist.
|
||||||
*
|
*
|
||||||
* The function creates a directory with the given uid and permissions if it
|
* The function creates a directory with the given uid and permissions if it
|
||||||
* doesn't exixt. If it exists it makes sure the uid and permissions are
|
* doesn't exist. If it exists it makes sure the uid and permissions are
|
||||||
* correct and it will fail if they are different.
|
* correct and it will fail if they are different.
|
||||||
*
|
*
|
||||||
* @param[in] dname The directory to create.
|
* @param[in] dname The directory to create.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user