diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-22 21:28:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-22 21:28:34 +0000 |
commit | 1033aac1f70f3bf1cfb3f1f37cace245a4decf53 (patch) | |
tree | eba5f50c2c46de61136538f85495bdb9c3615744 /sys | |
parent | dae4d9eedb7fc182654f53db22dca237071e2b25 (diff) |
Everyday, new typos need to be investigated.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/pegasos/include/autoconf.h | 4 |
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; |