diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-31 02:25:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-31 02:25:17 +0000 |
commit | 1670d064f3fd33d5b362292ecab50643d9f0adfb (patch) | |
tree | d6eaebb9eff9d5443605a55583f34a78a4fd8a16 | |
parent | 64f9ad97f24717a55133a4d2ab2bd190f38ece4e (diff) |
typo
-rw-r--r-- | sys/arch/alpha/isa/isa_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/alpha/isa/isa_machdep.c b/sys/arch/alpha/isa/isa_machdep.c index a758abd46b5..cee497126c4 100644 --- a/sys/arch/alpha/isa/isa_machdep.c +++ b/sys/arch/alpha/isa/isa_machdep.c @@ -28,7 +28,7 @@ */ /* - * Machine-specific functions for PCI autoconfiguration. + * Machine-specific functions for ISA autoconfiguration. */ #include <sys/types.h> |