diff options
| author | wiz <wiz@NetBSD.org> | 2001-08-20 11:57:02 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-08-20 11:57:02 +0000 |
| commit | 0f95e3da3c48c50de13635f2f0c4c2b86afe3ce8 (patch) | |
| tree | 661cb1b135e1ce3b5e1fc6d0598c2d6a95720457 /sys/dev | |
| parent | d375535396584524191d110cc26fb1f22f6ca369 (diff) | |
precede, not preceed, and a whitespace fix.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/rtl81x9.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c index 9ca0ee01e4c..a655436bb2e 100644 --- a/sys/dev/ic/rtl81x9.c +++ b/sys/dev/ic/rtl81x9.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtl81x9.c,v 1.38 2001/08/14 11:57:26 mrg Exp $ */ +/* $NetBSD: rtl81x9.c,v 1.39 2001/08/20 11:57:02 wiz Exp $ */ /* * Copyright (c) 1997, 1998 @@ -846,7 +846,7 @@ rtk_detach(sc) int i; /* - * Succeed now if thereisn't any work to do. + * Succeed now if there isn't any work to do. */ if ((sc->sc_flags & RTK_ATTACHED) == 0) return (0); @@ -960,7 +960,7 @@ rtk_power(why, arg) * attempt to document it here. The driver provides a buffer area and * places its base address in the RX buffer start address register. * The chip then begins copying frames into the RX buffer. Each frame - * is preceeded by a 32-bit RX status word which specifies the length + * is preceded by a 32-bit RX status word which specifies the length * of the frame and certain other status bits. Each frame (starting with * the status word) is also 32-bit aligned. The frame length is in the * first 16 bits of the status word; the lower 15 bits correspond with |
