Skip to content
Snippets Groups Projects
Commit 56e7e728 authored by Philip Withnall's avatar Philip Withnall
Browse files

dirfd: Fix typo in documentation for glnx_ensure_dir()

parent e5856ca2
Branches
Tags
No related merge requests found
...@@ -92,7 +92,7 @@ void glnx_gen_temp_name (gchar *tmpl); ...@@ -92,7 +92,7 @@ void glnx_gen_temp_name (gchar *tmpl);
* @mode: Mode * @mode: Mode
* @error: Return location for a #GError, or %NULL * @error: Return location for a #GError, or %NULL
* *
* Wrapper around mkdirat() which ignores adds #GError support, ensures that * Wrapper around mkdirat() which adds #GError support, ensures that
* it retries on %EINTR, and also ignores `EEXIST`. * it retries on %EINTR, and also ignores `EEXIST`.
* *
* See also `glnx_shutil_mkdir_p_at()` for recursive handling. * See also `glnx_shutil_mkdir_p_at()` for recursive handling.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment