summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorlum <lum@cvs.openbsd.org>2013-05-25 13:33:48 +0000
committerlum <lum@cvs.openbsd.org>2013-05-25 13:33:48 +0000
commit4003c889552f4aaeff073b567e9bf218d24b0f5e (patch)
tree7a6d7e498c87d2ce0129e48a1c0e85aa321f0b2e /bin
parent58b4e38f4bfd56b828bd9b34170a347381a35139 (diff)
Fix typo. From Caspar Schutijser via tech@.
Diffstat (limited to 'bin')
-rw-r--r--bin/pax/cpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c
index 9aafdf9b566..c9b07b14d6c 100644
--- a/bin/pax/cpio.c
+++ b/bin/pax/cpio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpio.c,v 1.20 2012/12/04 02:24:45 deraadt Exp $ */
+/* $OpenBSD: cpio.c,v 1.21 2013/05/25 13:33:47 lum Exp $ */
/* $NetBSD: cpio.c,v 1.5 1995/03/21 09:07:13 cgd Exp $ */
/*-
@@ -166,7 +166,7 @@ cpio_endwr(void)
}
/*
- * rd_nam()
+ * rd_nm()
* read in the file name which follows the cpio header
* Return:
* 0 if ok, -1 otherwise