apostrophe.
-/* $OpenBSD: authpf.c,v 1.128 2019/06/28 13:32:47 deraadt Exp $ */
+/* $OpenBSD: authpf.c,v 1.129 2022/01/28 06:33:26 guenther Exp $ */
/*
* Copyright (C) 1998 - 2007 Bob Beck (beck@openbsd.org).
/* re-open, and try again. The previous authpf process
* we killed above should unlink the file and release
- * it's lock, giving us a chance to get it now
+ * its lock, giving us a chance to get it now
*/
fclose(pidfp);
pidfp = NULL;
-/* $OpenBSD: do_command.c,v 1.61 2020/04/16 17:51:56 millert Exp $ */
+/* $OpenBSD: do_command.c,v 1.62 2022/01/28 06:33:27 guenther Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
close(stdin_pipe[WRITE_PIPE]);
/*
- * read output from the grandchild. it's stderr has been redirected to
- * it's stdout, which has been redirected to our pipe. if there is any
+ * read output from the grandchild. Its stderr has been redirected to
+ * its stdout, which has been redirected to our pipe. if there is any
* output, we'll be mailing it to the user whose crontab this is...
* when the grandchild exits, we'll get EOF.
*/
-/* $OpenBSD: memory.c,v 1.30 2020/11/10 16:42:17 krw Exp $ */
+/* $OpenBSD: memory.c,v 1.31 2022/01/28 06:33:27 guenther Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
/*
- * Abandon the specified lease for the specified time. sets it's
+ * Abandon the specified lease for the specified time. sets its
* particulars to zero, the end time appropriately and re-hash it as
* appropriate. abandons permanently if abtime is 0
*/
-/* $OpenBSD: process.c,v 1.23 2021/10/24 21:24:19 deraadt Exp $ */
+/* $OpenBSD: process.c,v 1.24 2022/01/28 06:33:27 guenther Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
slot = -1;
- /* Look if we have a non terminated load, if so, use it's slot */
+ /* Look if we have a non terminated load, if so, use its slot */
for (i = 0; i < MAXDL && slot == -1; i++)
if (dllist[i].status != DL_STATUS_FREE)
if (mopCmpEAddr(dllist[i].eaddr, dst) == 0)
-/* $OpenBSD: parser.c,v 1.56 2022/01/26 14:42:39 claudio Exp $ */
+/* $OpenBSD: parser.c,v 1.57 2022/01/28 06:33:27 guenther Exp $ */
/*
* Copyright (c) 2019 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
/*
* Root certificates come from TALs (has a pkey and is self-signed).
- * Parse the certificate, ensure that it's public key matches the
+ * Parse the certificate, ensure that its public key matches the
* known public key from the TAL, and then validate the RPKI
* content.
*
-/* $OpenBSD: net.c,v 1.23 2015/12/12 20:04:23 mmcc Exp $ */
+/* $OpenBSD: net.c,v 1.24 2022/01/28 06:33:27 guenther Exp $ */
/*
* Copyright (c) 2005 HÃ¥kan Olsson. All rights reserved.
/*
* If net_set_sa() failed, cfgstate.listen_on is probably an
- * interface name, so we should listen on all it's addresses.
+ * interface name, so we should listen on all its addresses.
*/
if (getifaddrs(&ifap) != 0) {
/* $NetBSD: loadfile.c,v 1.10 2000/12/03 02:53:04 tsutsui Exp $ */
-/* $OpenBSD: loadfile_elf.c,v 1.41 2022/01/04 15:18:44 claudio Exp $ */
+/* $OpenBSD: loadfile_elf.c,v 1.42 2022/01/28 06:33:27 guenther Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
/*
* loadfile_elf
*
- * Loads an ELF kernel to it's defined load address in the guest VM.
+ * Loads an ELF kernel to its defined load address in the guest VM.
* The kernel is loaded to its defined start point as set in the ELF header.
*
* Parameters:
-/* $OpenBSD: mouse_protocols.c,v 1.17 2019/06/28 13:32:51 deraadt Exp $ */
+/* $OpenBSD: mouse_protocols.c,v 1.18 2022/01/28 06:33:27 guenther Exp $ */
/*
* Copyright (c) 2001 Jean-Baptiste Marchand, Julien Montagne and Jerome Verdon
* Initialize Hitachi PUMA Plus - Model 1212E to desired settings.
* The tablet must be configured to be in MM mode, NO parity,
* Binary Format. xf86Info.sampleRate controls the sensativity
- * of the tablet. We only use this tablet for it's 4-button puck
+ * of the tablet. We only use this tablet for its 4-button puck
* so we don't run in "Absolute Mode"
*/
write(mouse.mfd, "z8", 2); /* Set Parity = "NONE" */