Fix now erroneous comment for directory_create_or_exist()
[samba.git] / lib / util / util.c
index 1f75266c14662d5c21745526dc8e2b3895cf3972..ec70c342f37e5cbbcf3a60ec2c4f574afb46bc81 100644 (file)
@@ -187,7 +187,7 @@ _PUBLIC_ bool directory_exist(const char *dname)
 /**
  * Try to create the specified directory if it didn't exist.
  *
- * @retval true if the directory already existed and has the right permissions 
+ * @retval true if the directory already existed
  * or was successfully created.
  */
 _PUBLIC_ bool directory_create_or_exist(const char *dname,