aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/common/sys
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2016-06-01 22:21:42 +0000
committerAlan Somers <asomers@FreeBSD.org>2016-06-01 22:21:42 +0000
commitb1a6b8dcd2664afd835ee14296e86ee2fcc1fde6 (patch)
tree0dc02679bd80906be76dee5ba1c4f01946fe4994 /sys/cddl/contrib/opensolaris/uts/common/sys
parenta7c5163b5fd16d54d102d56bd957de22353fc14d (diff)
downloadsrc-b1a6b8dcd2664afd835ee14296e86ee2fcc1fde6.tar.gz
src-b1a6b8dcd2664afd835ee14296e86ee2fcc1fde6.zip
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
Notes
Notes: svn path=/head/; revision=301174
Diffstat (limited to 'sys/cddl/contrib/opensolaris/uts/common/sys')
-rw-r--r--sys/cddl/contrib/opensolaris/uts/common/sys/acl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cddl/contrib/opensolaris/uts/common/sys/acl.h b/sys/cddl/contrib/opensolaris/uts/common/sys/acl.h
index dbf128d33a09..83c85ba94b8d 100644
--- a/sys/cddl/contrib/opensolaris/uts/common/sys/acl.h
+++ b/sys/cddl/contrib/opensolaris/uts/common/sys/acl.h
@@ -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>