summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/dpt.c')
-rw-r--r--sys/dev/ic/dpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/dpt.c b/sys/dev/ic/dpt.c
index 31bb891f67a..7de7ffd8d6d 100644
--- a/sys/dev/ic/dpt.c
+++ b/sys/dev/ic/dpt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dpt.c,v 1.8 2002/12/11 18:43:14 henning Exp $ */
+/* $OpenBSD: dpt.c,v 1.9 2003/10/21 18:58:49 jmc Exp $ */
/* $NetBSD: dpt.c,v 1.12 1999/10/23 16:26:33 ad Exp $ */
/*-
@@ -366,7 +366,7 @@ dpt_init(sc, intrstr)
model[i++] = ei->ei_suffix[j];
model[i] = '\0';
- /* Find the cannonical name for the board */
+ /* Find the canonical name for the board */
for (i = 0; dpt_cname[i] != NULL; i += 2)
if (memcmp(ei->ei_model, dpt_cname[i], 6) == 0)
break;