summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-11-21 23:35:31 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-11-21 23:35:31 +0000
commit418e63ba22272cb8f88b936c711fe21354811ecd (patch)
tree37f5f0a016b8cdb40948e6de2ac6e7481ea08d36 /sys/dev
parent7e740391ceab0d63a1b796971df4ea68335dc9fb (diff)
tyypo
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/tireg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/tireg.h b/sys/dev/ic/tireg.h
index 1b2a8ff1a28..08191c705ae 100644
--- a/sys/dev/ic/tireg.h
+++ b/sys/dev/ic/tireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tireg.h,v 1.1 2009/08/29 21:12:55 kettenis Exp $ */
+/* $OpenBSD: tireg.h,v 1.2 2009/11/21 23:35:30 miod Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -39,7 +39,7 @@
* which can be accessed with the CSR_READ_4()/CSR_WRITE_4() macros.
* Each register must be accessed using 32 bit operations.
*
- * All reegisters are accessed through a 16K shared memory block.
+ * All registers are accessed through a 16K shared memory block.
* The first group of registers are actually copies of the PCI
* configuration space registers.
*/