diff options
author | thomas <thomas@FreeBSD.org> | 2010-10-25 16:11:37 +0000 |
---|---|---|
committer | thomas <thomas@FreeBSD.org> | 2010-10-25 16:11:37 +0000 |
commit | 92a9dc30a2b7193511b8724be22dee58f2a0f0ea (patch) | |
tree | d1a9c9f4bd0dd530794e78f6eb432769a8656449 /sys/netipsec | |
parent | 53d1ac9cef0952eb585a3ca03d8fa0c9304937af (diff) | |
download | FreeBSD-src-92a9dc30a2b7193511b8724be22dee58f2a0f0ea.zip FreeBSD-src-92a9dc30a2b7193511b8724be22dee58f2a0f0ea.tar.gz |
Fix typo in comment.
Diffstat (limited to 'sys/netipsec')
-rw-r--r-- | sys/netipsec/ipsec_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/ipsec_input.c b/sys/netipsec/ipsec_input.c index 0710d34..9b02247 100644 --- a/sys/netipsec/ipsec_input.c +++ b/sys/netipsec/ipsec_input.c @@ -108,7 +108,7 @@ static void ipsec4_common_ctlinput(int, struct sockaddr *, void *, int); /* * ipsec_common_input gets called when an IPsec-protected packet - * is received by IPv4 or IPv6. It's job is to find the right SA + * is received by IPv4 or IPv6. Its job is to find the right SA * and call the appropriate transform. The transform callback * takes care of further processing (like ingress filtering). */ |