From f169dc8b68610030ee8d00907fa4b3290a1ae204 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 8 Jan 2025 11:13:54 -0800 Subject: [PATCH] ls: update comment * src/ls.c (file_has_aclinfo_cache): Fix comment. --- src/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ls.c b/src/ls.c index 0cdaacb938..a42c7707ab 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; -- 2.47.3