diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-07-23 12:05:27 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-07-23 12:05:27 +0000 |
| commit | 56bded8a2916e65ec31d00dcee679f39f8c7a672 (patch) | |
| tree | ef26e3a00053ed7d945354bad866ccfa483a70cf /sys/boot/pc98/boot2 | |
| parent | b0b32f29dc31b0c7becfd4f12a1bee258210cc23 (diff) | |
Notes
Diffstat (limited to 'sys/boot/pc98/boot2')
| -rw-r--r-- | sys/boot/pc98/boot2/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/io.c b/sys/boot/pc98/boot2/io.c index dc5fb00f94ce..294de33d1ace 100644 --- a/sys/boot/pc98/boot2/io.c +++ b/sys/boot/pc98/boot2/io.c @@ -148,7 +148,7 @@ loop: * This routine uses an inb to an unused port, the time to execute that * inb is approximately 1.25uS. This value is pretty constant across * all CPU's and all buses, with the exception of some PCI implentations - * that do not forward this I/O adress to the ISA bus as they know it + * that do not forward this I/O address to the ISA bus as they know it * is not a valid ISA bus address, those machines execute this inb in * 60 nS :-(. * |
