diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-10-08 14:41:44 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-10-08 14:41:44 +0000 |
commit | ee97a4e332ed3dd327d4a2d4e5113fb51f40ac2e (patch) | |
tree | 9dd5e4d36dc3f54b549bf72de9168e4a9b092113 | |
parent | 34fbc9859c3b26d15b9569ed87b4229aa40a025f (diff) | |
download | cygnal-ee97a4e332ed3dd327d4a2d4e5113fb51f40ac2e.tar.gz cygnal-ee97a4e332ed3dd327d4a2d4e5113fb51f40ac2e.tar.bz2 cygnal-ee97a4e332ed3dd327d4a2d4e5113fb51f40ac2e.zip |
Fix typo
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 3d7c077f8..675f3f5d1 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -61,7 +61,7 @@ * fhandler_disk_file.cc (fhandler_disk_file::facl): Ditto in noacl case. * sec_acl.cc (getacl): Compute useful fake CLASS_OBJ and DEF_CLASS_OBJ permission bits based on how these values are generated on Linux. - Add commants to explain what the code is doing. + Add comments to explain what the code is doing. * security.cc (get_attribute_from_acl): Compute group permission based on the actual primary group permissions and all secondary user and group ACCESS_ALLOWED_ACEs to emulate Linux' behaviour more closely. |