diff options
author | 2004-01-22 21:28:33 +0000 | |
---|---|---|
committer | 2004-01-22 21:28:33 +0000 | |
commit | 22b0f90da240dd291994badd44ddd336be165036 (patch) | |
tree | ede4fd0611f00c1be1fb3237f66533b7a23a39ce | |
parent | These files went dangling long time ago, actually... (diff) | |
download | wireguard-openbsd-22b0f90da240dd291994badd44ddd336be165036.tar.xz wireguard-openbsd-22b0f90da240dd291994badd44ddd336be165036.zip |
Everyday, new typos need to be investigated.
-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; |