summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
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