summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2015-03-09 04:25:29 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2015-03-09 04:25:29 +0000
commit3fc1bf3c384596317475a9c5f6639dd3ecfaa1c5 (patch)
treedbe077ba05f99f44540b63a73bdf8f5a924f74fc /bin
parentb6b3f50a9ed5827544d33f45b4ea05a0c5df9e34 (diff)
Fix comment grammar
Diffstat (limited to 'bin')
-rw-r--r--bin/pax/ar_io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c
index 5cc5775b1bb..9754174f2a0 100644
--- a/bin/pax/ar_io.c
+++ b/bin/pax/ar_io.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ar_io.c,v 1.48 2014/05/24 18:51:00 guenther Exp $ */
+/* $OpenBSD: ar_io.c,v 1.49 2015/03/09 04:25:28 guenther Exp $ */
/* $NetBSD: ar_io.c,v 1.5 1996/03/26 23:54:13 mrg Exp $ */
/*-
@@ -181,7 +181,7 @@ ar_open(const char *name)
artyp = ISREG;
/*
- * make sure we beyond any doubt that we only can unlink regular files
+ * make sure beyond any doubt that we can unlink only regular files
* we created
*/
if (artyp != ISREG)