diff --git a/glnx-dirfd.h b/glnx-dirfd.h index 11d791e88ff9f8a6e69982c1786600ae451f97ab..0046ac8eb651ebe9b753d604d1150a2ab2334478 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.