summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2019-02-25 11:29:31 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2019-02-25 11:29:31 +0000
commit364f792be9be37c8b759a47c15948429fd696ebd (patch)
treebc70d4147fd3c6dda0b72ff6f0289225f0915b0c /sys
parente9cd5b6570dbccf62a9f4d16764d030bbf199c67 (diff)
Typo in comment
spotted by miod
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/luna88k/dev/siotty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/dev/siotty.c b/sys/arch/luna88k/dev/siotty.c
index d0d519af816..633127704ee 100644
--- a/sys/arch/luna88k/dev/siotty.c
+++ b/sys/arch/luna88k/dev/siotty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: siotty.c,v 1.22 2018/02/19 08:59:52 mpi Exp $ */
+/* $OpenBSD: siotty.c,v 1.23 2019/02/25 11:29:30 jca Exp $ */
/* $NetBSD: siotty.c,v 1.9 2002/03/17 19:40:43 atatat Exp $ */
/*-
@@ -565,7 +565,7 @@ sioioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
if (error >= 0)
return error;
- /* the last resort for TIOC ioctl tranversing */
+ /* the last resort for TIOC ioctl traversing */
switch (cmd) {
case TIOCSBRK: /* Set the hardware into BREAK condition */
siomctl(sc, TIOCM_BREAK, DMBIS);