svn commit: r323715 - head/sys/contrib/ipfilter/netinet

Cy Schubert cy at FreeBSD.org
Mon Sep 18 19:16:43 UTC 2017


Author: cy
Date: Mon Sep 18 19:16:41 2017
New Revision: 323715
URL: https://svnweb.freebsd.org/changeset/base/323715

Log:
  Don't use an apostrophe in a possesive pronoun.
  
  MFC after:	3 days

Modified:
  head/sys/contrib/ipfilter/netinet/ip_state.c

Modified: head/sys/contrib/ipfilter/netinet/ip_state.c
==============================================================================
--- head/sys/contrib/ipfilter/netinet/ip_state.c	Mon Sep 18 19:09:40 2017	(r323714)
+++ head/sys/contrib/ipfilter/netinet/ip_state.c	Mon Sep 18 19:16:41 2017	(r323715)
@@ -1449,7 +1449,7 @@ ipf_state_add(softc, fin, stsave, flags)
 	is->is_die = 1 + softc->ipf_ticks;
 	/*
 	 * We want to check everything that is a property of this packet,
-	 * but we don't (automatically) care about it's fragment status as
+	 * but we don't (automatically) care about its fragment status as
 	 * this may change.
 	 */
 	is->is_pass = pass;


More information about the svn-src-head mailing list