summaryrefslogtreecommitdiff
path: root/src/gsystem-file-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsystem-file-utils.c')
-rw-r--r--src/gsystem-file-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsystem-file-utils.c b/src/gsystem-file-utils.c
index bcad396..dcf1db0 100644
--- a/src/gsystem-file-utils.c
+++ b/src/gsystem-file-utils.c
@@ -485,7 +485,7 @@ gs_file_open_dir_fd_at (int parent_dfd,
/**
* gs_opendirat_with_errno:
* @dfd: File descriptor for origin directory
- * @name: Pathname, relative to @dfd
+ * @path: Pathname, relative to @dfd
* @follow: Whether or not to follow symbolic links
*
* Use openat() to open a directory, using a standard set of flags.