Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2009 19:18:51 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 162800 for review
Message-ID:  <200905261918.n4QJIpnA023240@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=162800

Change 162800 by trasz@trasz_victim on 2009/05/26 19:18:25

	Fix typo.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_branding.c#13 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_branding.c#13 (text+ko) ====

@@ -36,10 +36,10 @@
 /*
  * An ugly detail of the implementation - fortunately not visible
  * to the API users - is the "branding": libc needs to keep track
- * of what "brand" ACL is, wheather it's NFSv4, POSIX.1e or unknown.
- * It happens automatically - for example, during acl_get_file(3) ACL
- * gets branded according to the "type" argument, during acl_set_permset
- * ACL, if its brand is unknown gets branded as NFSv4 if any of the
+ * of what "brand" ACL is: NFSv4, POSIX.1e or unknown.  It happens
+ * automatically - for example, during acl_get_file(3) ACL gets
+ * branded according to the "type" argument; during acl_set_permset
+ * ACL, if its brand is unknown it gets branded as NFSv4 if any of the
  * NFSv4 permissions that are not valid for POSIX.1e ACL are set etc.
  * Branding information is used for printing out the ACL (acl_to_text(3)),
  * veryfying acl_set_whatever arguments (checking against setting



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905261918.n4QJIpnA023240>