changeset 12076:bd0ab8b4fe70

Typo in comment.
author Bruno Haible <bruno@clisp.org>
date Sun, 27 Sep 2009 14:07:26 +0200
parents c57301f2214b
children 72b0c1288a50
files tests/test-sameacls.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-sameacls.c
+++ b/tests/test-sameacls.c
@@ -463,7 +463,7 @@
       abort ();
     }
 
-  /* The docs say that type1 being 0 is equivalent to ACL_ANY, but it is not
+  /* The docs say that type2 being 0 is equivalent to ACL_ANY, but it is not
      true, in AIX 5.3.  */
   type2.u64 = ACL_ANY;
   if (aclx_get (file2, 0, &type2, acl2, &aclsize2, &mode2) < 0)