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
This commit is contained in:
asomers 2016-06-01 22:21:42 +00:00
parent 7461cb05f9
commit 10478a3feb

View File

@ -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>