apostrophe.
-/* $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>
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);
-/* $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 $ */
/*
} 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).
-/* $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 $ */
/*
/* 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? */
-/* $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>
* 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 */
/*
- * 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.
*/