]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
ls: update comment
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jan 2025 19:13:54 +0000 (11:13 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jan 2025 19:13:54 +0000 (11:13 -0800)
* src/ls.c (file_has_aclinfo_cache): Fix comment.

src/ls.c

index 0cdaacb938d114875e811d1a863921ce3bfc3d1e..a42c7707ab58f823e7e0d5d61032027d94f687e2 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -3295,7 +3295,7 @@ file_has_aclinfo_cache (char const *file, struct fileinfo *f,
                         struct aclinfo *ai, int flags)
 {
   /* st_dev and associated info for the most recently processed device
-     for which file_has_acl failed indicating lack of support.  */
+     for which file_has_aclinfo failed indicating lack of support.  */
   static int unsupported_return;
   static char *unsupported_scontext;
   static int unsupported_scontext_err;