]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Fix a typo in the previous commit.
authorCollin Funk <collin.funk1@gmail.com>
Fri, 2 Jan 2026 04:36:49 +0000 (20:36 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Fri, 2 Jan 2026 04:36:49 +0000 (20:36 -0800)
lib/fts.c

index 4be7c77fe84d4fea8ab03572f73192e4e2e1a776..876b65f7fc27aa0ff0e6e9f19a17840537a43588 100644 (file)
--- 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
          <https://bugs.gnu.org/80106>.  */
     case S_MAGIC_CIFS:
     case S_MAGIC_NFS: