svn commit: r301174 - head/sys/cddl/contrib/opensolaris/uts/common/sys

Alan Somers asomers at FreeBSD.org
Wed Jun 1 22:21:44 UTC 2016


Author: asomers
Date: Wed Jun  1 22:21:42 2016
New Revision: 301174
URL: https://svnweb.freebsd.org/changeset/base/301174

Log:
  Improve the English in a comment
  
  sys/cddl/contrib/opensolaris/uts/common/sys/acl.h:
  	Improve the english in a comment.  No functional changes
  
  Submitted by:	gibbs
  MFC after:	4 weeks
  Sponsored by:	Spectra Logic Corp

Modified:
  head/sys/cddl/contrib/opensolaris/uts/common/sys/acl.h

Modified: head/sys/cddl/contrib/opensolaris/uts/common/sys/acl.h
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/sys/acl.h	Wed Jun  1 22:11:54 2016	(r301173)
+++ head/sys/cddl/contrib/opensolaris/uts/common/sys/acl.h	Wed Jun  1 22:21:42 2016	(r301174)
@@ -35,8 +35,8 @@
 
 #if defined(_KERNEL)
 /*
- * When compiling OpenSolaris kernel code, this file is getting
- * included instead of FreeBSD one.  Pull the original sys/acl.h as well.
+ * When compiling OpenSolaris kernel code, this file is included instead of the
+ * FreeBSD one.  Include the original sys/acl.h as well.
  */
 #undef _SYS_ACL_H
 #include_next <sys/acl.h>


More information about the svn-src-all mailing list