apostrophe.
-/* $OpenBSD: csh.c,v 1.48 2022/01/05 20:57:27 millert Exp $ */
+/* $OpenBSD: csh.c,v 1.49 2022/01/28 05:15:05 guenther Exp $ */
/* $NetBSD: csh.c,v 1.14 1995/04/29 23:21:28 mycroft Exp $ */
/*-
do
/*
* If a process is in the foreground; we try to kill
- * it's process group. If we succeed, then the
+ * its process group. If we succeed, then the
* whole job is gone. Otherwise we keep going...
* But avoid sending HUP to the shell again.
*/
-/* $OpenBSD: set.c,v 1.23 2019/07/03 03:24:01 deraadt Exp $ */
+/* $OpenBSD: set.c,v 1.24 2022/01/28 05:15:05 guenther Exp $ */
/* $NetBSD: set.c,v 1.8 1995/03/21 18:35:52 mycroft Exp $ */
/*-
/*
* If p is missing one child, then we can move the other into where p is.
* Otherwise, we find the predecessor of p, which is guaranteed to have no
- * right child, copy it into p, and move it's left child into it.
+ * right child, copy it into p, and move its left child into it.
*/
if (p->v_right == 0)
c = p->v_left;
int ff;
/*
- * Ok, from here on, p is the node we're operating on; pp is it's parent; f
+ * Ok, from here on, p is the node we're operating on; pp is its parent; f
* is the branch of p from which we have come; ff is the branch of pp which
* is p.
*/
-/* $OpenBSD: expr.c,v 1.27 2018/03/31 14:50:56 tobias Exp $ */
+/* $OpenBSD: expr.c,v 1.28 2022/01/28 05:15:05 guenther Exp $ */
/* $NetBSD: expr.c,v 1.3.6.1 1996/06/04 20:41:47 cgd Exp $ */
/*
}
-/* determine if vp is an integer; if so, return it's value in *r */
+/* determine if vp is an integer; if so, return its value in *r */
int
is_integer(struct val *vp, int64_t *r, const char **errstr)
{
-/* $OpenBSD: pat_rep.c,v 1.43 2017/09/16 07:42:34 otto Exp $ */
+/* $OpenBSD: pat_rep.c,v 1.44 2022/01/28 05:15:05 guenther Exp $ */
/* $NetBSD: pat_rep.c,v 1.4 1995/03/21 09:07:33 cgd Exp $ */
/*-
/*
* rep_add()
* parses the -s replacement string; compiles the regular expression
- * and stores the compiled value and it's replacement string together in
+ * and stores the compiled value and its replacement string together in
* replacement string list. Input to this function is of the form:
* /old/new/pg
* The first char in the string specifies the delimiter used by this