diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-11-08 23:59:41 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-11-08 23:59:41 +0000 |
commit | 28323add0916d61a7bcea74f30e9b40b837809ce (patch) | |
tree | b30ebe1095d83a4c63a7733dfd3cb069c823c27e /sys/security/mac | |
parent | b5b4f379e0e3193eece6bd52d6e74d3992a6df4f (diff) | |
download | src-28323add0916d61a7bcea74f30e9b40b837809ce.tar.gz src-28323add0916d61a7bcea74f30e9b40b837809ce.zip |
Notes
Diffstat (limited to 'sys/security/mac')
-rw-r--r-- | sys/security/mac/mac_inet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_inet.c b/sys/security/mac/mac_inet.c index a1bbea9caeba..9763f8b5e4df 100644 --- a/sys/security/mac/mac_inet.c +++ b/sys/security/mac/mac_inet.c @@ -435,7 +435,7 @@ mac_netinet_firewall_send(struct mbuf *m) /* * These functions really should be referencing the syncache structure * instead of the label. However, due to some of the complexities associated - * with exposing this syncache structure we operate directly on it's label + * with exposing this syncache structure we operate directly on its label * pointer. This should be OK since we aren't making any access control * decisions within this code directly, we are merely allocating and copying * label storage so we can properly initialize mbuf labels for any packets |