diff options
-rw-r--r-- | src/lib/ecore_file/Ecore_File.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_file/Ecore_File.h b/src/lib/ecore_file/Ecore_File.h index 70c4af7b36..4e8810b1de 100644 --- a/src/lib/ecore_file/Ecore_File.h +++ b/src/lib/ecore_file/Ecore_File.h | |||
@@ -236,7 +236,7 @@ EAPI int ecore_file_mkdirs (const char **dirs); | |||
236 | EAPI int ecore_file_mksubdirs (const char *base, const char **subdirs); | 236 | EAPI int ecore_file_mksubdirs (const char *base, const char **subdirs); |
237 | 237 | ||
238 | /** | 238 | /** |
239 | * @brief Delete the given directory. | 239 | * @brief Delete the given empty directory. |
240 | * | 240 | * |
241 | * @param dir The name of the directory to delete. | 241 | * @param dir The name of the directory to delete. |
242 | * @return @c EINA_TRUE on success, @c EINA_FALSE otherwise. | 242 | * @return @c EINA_TRUE on success, @c EINA_FALSE otherwise. |