summaryrefslogtreecommitdiff
path: root/sys/arch/pegasos/include/autoconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pegasos/include/autoconf.h')
-rw-r--r--sys/arch/pegasos/include/autoconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pegasos/include/autoconf.h b/sys/arch/pegasos/include/autoconf.h
index 7ed5a7d1f28..2aeceb591c9 100644
--- a/sys/arch/pegasos/include/autoconf.h
+++ b/sys/arch/pegasos/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.1 2003/10/31 03:54:33 drahn Exp $ */
+/* $OpenBSD: autoconf.h,v 1.2 2004/01/22 21:28:33 miod Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -74,7 +74,7 @@ typedef struct bushook {
struct confargs {
char *ca_name; /* Device name. */
bushook_t *ca_bus; /* bus device resides on. */
- /* macobio hooks ?? - XXX reinvesigate usage */
+ /* macobio hooks ?? - XXX reinvestigate usage */
bus_space_tag_t ca_iot;
bus_space_tag_t ca_memt; /* XXX */
bus_dma_tag_t ca_dmat;