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
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ void glnx_gen_temp_name (gchar *tmpl);
* @mode: Mode
* @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`.
*
* 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.
Finish editing this message first!
Please register or to comment