summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-07-22 15:11:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-07-22 15:11:38 +0000
commit0d602f6a3212ceac34dab1f8ccbdf5561dc7541a (patch)
tree10d735715e20e4aa1d16e429e65fa4f5a8b5334c /sys
parentb3a5bcb29aefc6550ff2b5288b723909363bbdc1 (diff)
Spell reserved correctly; ok from copyright holders when in licence blocks.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/tcic2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/tcic2.c b/sys/dev/ic/tcic2.c
index 41dfeaed7b0..6116edad60c 100644
--- a/sys/dev/ic/tcic2.c
+++ b/sys/dev/ic/tcic2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcic2.c,v 1.5 2004/05/04 16:59:31 grange Exp $ */
+/* $OpenBSD: tcic2.c,v 1.6 2004/07/22 15:11:37 miod Exp $ */
/* $NetBSD: tcic2.c,v 1.3 2000/01/13 09:38:17 joda Exp $ */
#undef TCICDEBUG
@@ -133,7 +133,7 @@ tcic_check_reserved_bits(iot, ioh)
return 0;
DPRINTF(("tcic: chkrsvd 4\n"));
- /* R_IENA bits 7,2 are reserverd. */
+ /* R_IENA bits 7,2 are reserved. */
val = bus_space_read_1(iot, ioh, TCIC_R_IENA);
if (val & TCIC_IENA_RSVD)
return 0;