diff options
Diffstat (limited to 'lib/libc/posix1e/acl_delete_entry.c')
-rw-r--r-- | lib/libc/posix1e/acl_delete_entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/acl_delete_entry.c b/lib/libc/posix1e/acl_delete_entry.c index 09b4507..4564dde 100644 --- a/lib/libc/posix1e/acl_delete_entry.c +++ b/lib/libc/posix1e/acl_delete_entry.c @@ -111,7 +111,7 @@ acl_delete_entry(acl_t acl, acl_entry_t entry_d) sizeof(struct acl_entry)); acl->ats_cur_entry = 0; - /* Continue with the loop to remove all maching entries. */ + /* Continue with the loop to remove all matching entries. */ found = 1; } else i++; |