From: Collin Funk Date: Fri, 2 Jan 2026 04:36:49 +0000 (-0800) Subject: Fix a typo in the previous commit. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8991c4115ae0274d481144ae6e6c0754642fb4;p=thirdparty%2Fgnulib.git Fix a typo in the previous commit. --- diff --git a/lib/fts.c b/lib/fts.c index 4be7c77fe8..876b65f7fc 100644 --- a/lib/fts.c +++ b/lib/fts.c @@ -761,8 +761,8 @@ dirent_inode_sort_may_be_useful (FTSENT const *p, int dir_fd) { case S_MAGIC_LUSTRE: /* On Lustre, sorting directory entries interferes with its ability to - prefetch file metadata (via statahead). This would make a make a - command like 'du' around 9 times slower. See + prefetch file metadata (via statahead). This would make a command + like 'du' around 9 times slower. See . */ case S_MAGIC_CIFS: case S_MAGIC_NFS: