summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-12-06 02:17:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-12-06 02:17:43 +0000
commitc3b4b65e924d276ecb14f6f8254a5387eee64039 (patch)
tree1a278b6d46d76fb4b318955deaea1a068fbd3d7e /sys/arch
parent0c408b075f1e6e1911db1000cfcbb398ffdae48e (diff)
unkown; torh@bogus.net
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hp300/dev/grf_tc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/grf_tc.c b/sys/arch/hp300/dev/grf_tc.c
index 188620c9447..13a5f3f7ac8 100644
--- a/sys/arch/hp300/dev/grf_tc.c
+++ b/sys/arch/hp300/dev/grf_tc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: grf_tc.c,v 1.9 2002/03/14 01:26:30 millert Exp $ */
+/* $OpenBSD: grf_tc.c,v 1.10 2002/12/06 02:17:42 deraadt Exp $ */
/* $NetBSD: grf_tc.c,v 1.11 1997/03/31 07:34:18 scottr Exp $ */
/*
@@ -260,7 +260,7 @@ topcat_common_attach(sc, grf, secid)
break;
#endif
default:
- printf("%s: unkown device 0x%x\n",
+ printf("%s: unknown device 0x%x\n",
sc->sc_dev.dv_xname, secid);
panic("topcat_common_attach");
}