add "the" in a comment
authorJim Meyering <jim@meyering.net>
Mon, 25 Sep 2006 16:08:26 +0000 (16:08 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 25 Sep 2006 16:08:26 +0000 (16:08 +0000)
lib/acl.c

index f891685fd44c8ec9c0197d858ca8544cd49fd0b7..803be0da87f013d71bb60829e854b9327059c5fe 100644 (file)
--- a/lib/acl.c
+++ b/lib/acl.c
@@ -81,7 +81,7 @@
 # define acl_from_mode(mode) (NULL)
 #endif
 
-/* We detect presence of POSIX 1003.1e (draft 17 -- abandoned) support
+/* We detect the presence of POSIX 1003.1e (draft 17 -- abandoned) support
    by checking for HAVE_ACL_GET_FILE, HAVE_ACL_SET_FILE, and HAVE_ACL_FREE.
    Systems that have acl_get_file, acl_set_file, and acl_free must also
    have acl_to_text, acl_from_text, and acl_delete_def_file (all defined