diff options
author | Omar Polo <op@cvs.openbsd.org> | 2023-06-26 07:10:18 +0000 |
---|---|---|
committer | Omar Polo <op@cvs.openbsd.org> | 2023-06-26 07:10:18 +0000 |
commit | 0e5c88c5e8a74ab41c900c6cddeb34630396d3cd (patch) | |
tree | f046a40abc51157de3fb15a298a93f239bae547d /bin/pax | |
parent | 0e5cbe030f90d99bc860f71c3ef635092ad69691 (diff) |
fix grammar of the comment describing pat_chk(); ok millert@
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/pat_rep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index e5aa6afd8bd..488ff2c63f1 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pat_rep.c,v 1.44 2022/01/28 05:15:05 guenther Exp $ */ +/* $OpenBSD: pat_rep.c,v 1.45 2023/06/26 07:10:17 op Exp $ */ /* $NetBSD: pat_rep.c,v 1.4 1995/03/21 09:07:33 cgd Exp $ */ /*- @@ -257,8 +257,8 @@ pat_add(char *str, char *chdirname) /* * pat_chk() - * complain if any the user supplied pattern did not result in a match to - * a selected archive member. + * complain if any of the user supplied patterns did not result in + * a match to a selected archive member. */ void |