summaryrefslogtreecommitdiff
path: root/sys/dev/dec
diff options
context:
space:
mode:
authorflxd <flxd@NetBSD.org>2017-06-22 16:46:52 +0000
committerflxd <flxd@NetBSD.org>2017-06-22 16:46:52 +0000
commitcc2d9d2287b20a189905261253dbfa258e28bdb7 (patch)
tree463c10f5cc87b0f18254a2d85432628ac4003df3 /sys/dev/dec
parent1bdc4cb48edd10031b6bf57b4f61380af6f3f052 (diff)
spelling (DEC called it "TURBOchannel")
Diffstat (limited to 'sys/dev/dec')
-rw-r--r--sys/dev/dec/if_le_dec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/dec/if_le_dec.c b/sys/dev/dec/if_le_dec.c
index 969613694fc..f2fd06c3728 100644
--- a/sys/dev/dec/if_le_dec.c
+++ b/sys/dev/dec/if_le_dec.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_le_dec.c,v 1.20 2010/01/19 22:06:23 pooka Exp $ */
+/* $NetBSD: if_le_dec.c,v 1.21 2017/06/22 16:46:53 flxd Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_le_dec.c,v 1.20 2010/01/19 22:06:23 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_le_dec.c,v 1.21 2017/06/22 16:46:53 flxd Exp $");
#include "opt_inet.h"
@@ -194,7 +194,7 @@ le_dec_writereg(volatile uint16_t *regptr, uint16_t val)
* by am7990.c, because of the LE_NEED_BUF_* macros defined above.
* Unfortunately, CPU addressing of these buffers is done in one of
* 3 ways:
- * - contiguous (for the 3max and turbochannel option card)
+ * - contiguous (for the 3max and TURBOchannel option card)
* - gap2, which means shorts (2 bytes) interspersed with short (2 byte)
* spaces (for the pmax, vax 3400, and ioasic LANCE descriptors)
* - gap16, which means 16bytes interspersed with 16byte spaces