diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2025-01-08 11:13:54 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-01-08 11:13:54 -0800 |
| commit | f169dc8b68610030ee8d00907fa4b3290a1ae204 (patch) | |
| tree | f248c2ce0fe4c074c002533c31677010969be724 | |
| parent | tail: honor --pid with fifos (diff) | |
| download | coreutils-f169dc8b68610030ee8d00907fa4b3290a1ae204.tar.gz coreutils-f169dc8b68610030ee8d00907fa4b3290a1ae204.zip | |
ls: update comment
* src/ls.c (file_has_aclinfo_cache): Fix comment.
| -rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
