summaryrefslogtreecommitdiff
path: root/glnx-dirfd.h
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-09-21 20:20:47 +0100
committerPhilip Withnall <withnall@endlessm.com>2017-09-21 20:20:47 +0100
commit56e7e728ab64b3798ff2867492d416219f3effe5 (patch)
tree941fc0c4dc2bd1fc86b5d8289f67a6f13bd996ed /glnx-dirfd.h
parente5856ca2939dca0589a836e3108dd3f9759e28fa (diff)
downloadlibglnx-56e7e728ab64b3798ff2867492d416219f3effe5.tar.gz
dirfd: Fix typo in documentation for glnx_ensure_dir()
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'glnx-dirfd.h')
-rw-r--r--glnx-dirfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glnx-dirfd.h b/glnx-dirfd.h
index 11d791e..0046ac8 100644
--- a/glnx-dirfd.h
+++ b/glnx-dirfd.h
@@ -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.