summaryrefslogtreecommitdiff
path: root/etc/etc.hppa/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.hppa/MAKEDEV')
-rw-r--r--etc/etc.hppa/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.hppa/MAKEDEV b/etc/etc.hppa/MAKEDEV
index 15c45fadf17..fe73651f976 100644
--- a/etc/etc.hppa/MAKEDEV
+++ b/etc/etc.hppa/MAKEDEV
@@ -5,7 +5,7 @@
#
# OpenBSD: etc.hppa/MAKEDEV.md,v 1.25 2005/08/01 22:22:13 deraadt Exp
# OpenBSD: MAKEDEV.common,v 1.20 2005/08/01 22:22:12 deraadt Exp
-# OpenBSD: MAKEDEV.mi,v 1.75 2005/10/04 18:11:10 otto Exp
+# OpenBSD: MAKEDEV.mi,v 1.76 2005/10/04 18:33:52 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -150,7 +150,7 @@ dodisk()
[ 0$7 -ne 8 ] && l="i j k l m n o p"
for d in a b c d e f g h $l
do
- M $1$2$d b $3 $(($n+$count)) 640 operaror
+ M $1$2$d b $3 $(($n+$count)) 640 operator
M r$1$2$d c $4 $(($n+$count)) 640 operator
let count=count+1
done