summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-02-13 16:51:28 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-02-13 16:51:28 +0000
commit5b7f3dc0f7771b591d1833a88e791db883f0e4ba (patch)
tree13eca7afff750399ee7ceb6af4610c68c0c9b719 /etc
parent77cbd190bf73490ddc272c97e18d86f0eff3ccd7 (diff)
Typo in tty description.
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV.mi4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV.mi b/etc/MAKEDEV.mi
index 9e108a187be..2af857aa459 100644
--- a/etc/MAKEDEV.mi
+++ b/etc/MAKEDEV.mi
@@ -1,6 +1,6 @@
include(MAKEDEV.sub)dnl
dnl
-vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.68 2004/02/10 01:31:20 millert Exp $-})dnl
+vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.69 2004/02/13 16:51:27 miod Exp $-})dnl
dnl
divert(1)dnl
{-#-}
@@ -408,7 +408,7 @@ __devitem(quad, quadmouse, "quadrature mouse")dnl
__devtitle(pty, Pseudo terminals)dnl
__devitem(ptm, ptm, pty master device)dnl
_mkdev(ptm, ptm, {-M ptm c major_ptm_c 0 666-})dnl
-__devitem(tty, tty*, set of 16 slave psuedo terminals)dnl
+__devitem(tty, tty*, set of 16 slave pseudo terminals)dnl
__devitem(pty, pty*, set of 16 master pseudo terminals)dnl
_mkdev(pty, pty*, {-if [ $U -gt 15 ]; then
echo bad unit for pty in: $i