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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to