Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2010 16:11:37 +0000 (UTC)
From:      Thomas Quinot <thomas@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r214351 - head/sys/netipsec
Message-ID:  <201010251611.o9PGBb60070662@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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).
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010251611.o9PGBb60070662>