From: Paul Eggert Date: Wed, 8 Jan 2025 19:13:54 +0000 (-0800) Subject: ls: update comment X-Git-Tag: v9.6~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f169dc8b68610030ee8d00907fa4b3290a1ae204;p=thirdparty%2Fcoreutils.git ls: update comment * src/ls.c (file_has_aclinfo_cache): Fix comment. --- 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;