diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2022-01-28 05:15:06 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2022-01-28 05:15:06 +0000 |
commit | 71820e6ae0f08cc930933cf1958e4e1bb32ca377 (patch) | |
tree | 5fec0182374bb70cf6e39e81636b0ae2b0cd77c7 /bin/pax | |
parent | 00cfd54e0a34af242362b8f493be2320365d5452 (diff) |
When it's the possessive of 'it', it's spelled "its", without the
apostrophe.
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/pat_rep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index deddca0f72a..e5aa6afd8bd 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -1,4 +1,4 @@ -/* $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 $ */ /*- @@ -79,7 +79,7 @@ static int resub(regex_t *, regmatch_t *, char *, char *, char *, char *); /* * 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 |