When it's the possessive of 'it', it's spelled "its", without the
authorguenther <guenther@openbsd.org>
Fri, 28 Jan 2022 05:24:15 +0000 (05:24 +0000)
committerguenther <guenther@openbsd.org>
Fri, 28 Jan 2022 05:24:15 +0000 (05:24 +0000)
apostrophe.

sbin/iked/eap.c
sbin/isakmpd/sa.c
sbin/isakmpd/transport.h
sbin/pfctl/pfctl_optimize.c

index 376875a..f85d1f4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: eap.c,v 1.19 2020/11/18 22:24:03 tobhe Exp $  */
+/*     $OpenBSD: eap.c,v 1.20 2022/01/28 05:24:15 guenther Exp $       */
 
 /*
  * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
@@ -95,7 +95,7 @@ eap_identity_request(struct iked *env, struct iked_sa *sa)
        if (sa->sa_hdr.sh_initiator)
                return (-1);
 
-       /* Check if "ca" has done it's job yet */
+       /* Check if "ca" has done its job yet */
        if (!sa->sa_localauth.id_type)
                return (0);
 
index 26c63a9..065cfcf 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sa.c,v 1.124 2017/12/05 20:31:45 jca Exp $         */
+/* $OpenBSD: sa.c,v 1.125 2022/01/28 05:24:15 guenther Exp $    */
 /* $EOM: sa.c,v 1.112 2000/12/12 00:22:52 niklas Exp $  */
 
 /*
@@ -1101,7 +1101,7 @@ sa_add_transform(struct sa *sa, struct payload *xf, int initiator,
        } else {
                /*
                 * RFC 2408, section 4.2 states the responder SHOULD use the
-                * proposal number from the initiator (i.e us), in it's
+                * proposal number from the initiator (i.e us), in its
                 * selected proposal to make this lookup easier. Most vendors
                 * follow this. One noted exception is the CiscoPIX (and
                 * perhaps other Cisco products).
index 3e8a256..1a01fb4 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: transport.h,v 1.23 2021/01/28 01:18:44 mortimer Exp $      */
+/* $OpenBSD: transport.h,v 1.24 2022/01/28 05:24:15 guenther Exp $      */
 /* $EOM: transport.h,v 1.16 2000/07/17 18:57:59 provos Exp $    */
 
 /*
@@ -70,7 +70,7 @@ struct transport_vtbl {
        /* Report status of given transport */
        void            (*report) (struct transport *);
 
-       /* Let the given transport set it's bit in the fd_set passed in.  */
+       /* Let the given transport set its bit in the fd_set passed in.  */
        int             (*fd_set) (struct transport *, fd_set *, int);
 
        /* Is the given transport ready for I/O?  */
index a944bf3..dc93b88 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pfctl_optimize.c,v 1.48 2022/01/16 14:28:16 naddy Exp $ */
+/*     $OpenBSD: pfctl_optimize.c,v 1.49 2022/01/28 05:24:15 guenther Exp $ */
 
 /*
  * Copyright (c) 2004 Mike Frantzen <frantzen@openbsd.org>
@@ -80,7 +80,7 @@ TAILQ_HEAD(superblocks, superblock);
  * Description of the PF rule structure.
  */
 enum {
-    BARRIER,   /* the presence of the field puts the rule in it's own block */
+    BARRIER,   /* the presence of the field puts the rule in its own block */
     BREAK,     /* the field may not differ between rules in a superblock */
     NOMERGE,   /* the field may not differ between rules when combined */
     COMBINED,  /* the field may itself be combined with other rules */
@@ -100,7 +100,7 @@ struct pf_rule_field {
 
 
     /*
-     * The presence of these fields in a rule put the rule in it's own
+     * The presence of these fields in a rule put the rule in its own
      * superblock.  Thus it will not be optimized.  It also prevents the
      * rule from being re-ordered at all.
      */