aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2025-01-08 11:13:54 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2025-01-08 11:13:54 -0800
commitf169dc8b68610030ee8d00907fa4b3290a1ae204 (patch)
treef248c2ce0fe4c074c002533c31677010969be724
parenttail: honor --pid with fifos (diff)
downloadcoreutils-f169dc8b68610030ee8d00907fa4b3290a1ae204.tar.gz
coreutils-f169dc8b68610030ee8d00907fa4b3290a1ae204.zip
ls: update comment
* src/ls.c (file_has_aclinfo_cache): Fix comment.
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index 0cdaacb93..a42c7707a 100644
--- 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;