summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2005-05-23 23:26:57 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2005-05-23 23:26:57 +0000
commit11c3b81d9bd45104041e17bc1486f0043664016a (patch)
treeb652c90e4165c3f9dcdee9b10a34c8407e65bcc9 /sys/arch/macppc
parent320ba3a619a76d72a797f70d3f61f35d7d28247e (diff)
loose is not lose. ok deraadt tdeval and a few more typos from jfb
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/include/z8530var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/macppc/include/z8530var.h b/sys/arch/macppc/include/z8530var.h
index fa7a00e450b..02757a45bf3 100644
--- a/sys/arch/macppc/include/z8530var.h
+++ b/sys/arch/macppc/include/z8530var.h
@@ -106,7 +106,7 @@ struct zsc_softc {
* and the Sun3 hardware does NOT take care of this for you.
* MacII hardware DOES dake care of the delay for us. :-)
* XXX - Then these should be inline functions! -gwr
- * Some clock-chirped macs loose serial ports. It could be that the
+ * Some clock-chirped macs lose serial ports. It could be that the
* hardware delay is tied to the CPU speed, and that the minimum delay
* no longer's respected. For them, ZS_DELAY might help.
* XXX - no one seems to want to try and check this -wrs