svn commit: r214351 - head/sys/netipsec

Thomas Quinot thomas at FreeBSD.org
Mon Oct 25 16:11:37 UTC 2010


Author: thomas
Date: Mon Oct 25 16:11:37 2010
New Revision: 214351
URL: http://svn.freebsd.org/changeset/base/214351

Log:
  Fix typo in comment.

Modified:
  head/sys/netipsec/ipsec_input.c

Modified: head/sys/netipsec/ipsec_input.c
==============================================================================
--- head/sys/netipsec/ipsec_input.c	Mon Oct 25 15:58:31 2010	(r214350)
+++ head/sys/netipsec/ipsec_input.c	Mon Oct 25 16:11:37 2010	(r214351)
@@ -108,7 +108,7 @@ static void ipsec4_common_ctlinput(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).
  */


More information about the svn-src-all mailing list