Typo in comment.
authorBruno Haible <bruno@clisp.org>
Sun, 27 Sep 2009 12:07:26 +0000 (14:07 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 27 Sep 2009 12:07:26 +0000 (14:07 +0200)
tests/test-sameacls.c

index 736be57bf02656949e7e7a738685b37bbfdf1a6a..9453f69edf39cd7ad15f4994fc9ea34a9dcf94d1 100644 (file)
@@ -463,7 +463,7 @@ main (int argc, char *argv[])
       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)