From 6bd24baed27b0fb60ba923440d1a0c69fed8cf23 Mon Sep 17 00:00:00 2001 From: Matthew Leeds <matthew.leeds@endlessm.com> Date: Tue, 15 Aug 2017 13:17:03 -0700 Subject: [PATCH] dirfd: Fix typo in comment --- glnx-dirfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glnx-dirfd.c b/glnx-dirfd.c index 667a18dde..29a3ff7c5 100644 --- a/glnx-dirfd.c +++ b/glnx-dirfd.c @@ -83,7 +83,7 @@ typedef struct GLnxRealDirfdIterator GLnxRealDirfdIterator; /** * glnx_dirfd_iterator_init_at: * @dfd: File descriptor, may be AT_FDCWD or -1 - * @path: Path, may be relative to @df + * @path: Path, may be relative to @dfd * @follow: If %TRUE and the last component of @path is a symlink, follow it * @out_dfd_iter: (out caller-allocates): A directory iterator, will be initialized * @error: Error -- GitLab