summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/vxreg.h
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 17:19:32 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 17:19:32 +0000
commit75071a4ab7a71ae292ece7130a46bf54ca120229 (patch)
treee9154172f69a14eb8849a1201beb85fa8504abaa /sys/arch/mvme88k/dev/vxreg.h
parentc48c0739ad112a7554498ab38cf64f5a01229b09 (diff)
typos from alexey dobriyan;
Diffstat (limited to 'sys/arch/mvme88k/dev/vxreg.h')
-rw-r--r--sys/arch/mvme88k/dev/vxreg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/dev/vxreg.h b/sys/arch/mvme88k/dev/vxreg.h
index 1344d711c78..a5216b63454 100644
--- a/sys/arch/mvme88k/dev/vxreg.h
+++ b/sys/arch/mvme88k/dev/vxreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vxreg.h,v 1.8 2004/05/26 21:15:31 miod Exp $ */
+/* $OpenBSD: vxreg.h,v 1.9 2006/02/06 17:19:31 jmc Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr. All rights reserved.
@@ -93,8 +93,8 @@ struct vxreg {
#define IOCTL_TCLINE 0x5444 /* copy line discipline */
#define IOCTL_TCEXEC 0x5445 /* exec code in local mem */
#define IOCTL_TCGETVR 0x5446 /* get version and revison of firmware */
-#define IOCTL_TCGETDF 0x5447 /* get default termio stuct */
-#define IOCTL_TCSETDF 0x5448 /* set default termio stuct */
+#define IOCTL_TCGETDF 0x5447 /* get default termio struct */
+#define IOCTL_TCSETDF 0x5448 /* set default termio struct */
#define IOCTL_TCGETSYM 0x5449 /* get firmware symbol table */
#define IOCTL_TCWHAT 0x544A /* get all SCSI IDs of FW files */
#define IOCTL_TIOGETP 0x7408 /* get devs curr termio struct by sgttyb */