diff options
author | des <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
commit | 396b11447523f0a81228e0735758e09c792bcb5b (patch) | |
tree | 3c760cd87265a5a428738ce4b995557356f1d86b /sys/dev/ar | |
parent | 86e1a21b7908937d1545c2d878f7be7e149558aa (diff) | |
download | FreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.zip FreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.tar.gz |
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Diffstat (limited to 'sys/dev/ar')
-rw-r--r-- | sys/dev/ar/if_ar.c | 4 | ||||
-rw-r--r-- | sys/dev/ar/if_ar_isa.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c index d4d64e5..53c4b20 100644 --- a/sys/dev/ar/if_ar.c +++ b/sys/dev/ar/if_ar.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ar.c,v 1.16 1997/09/02 01:18:04 bde Exp $ + * $Id: if_ar.c,v 1.17 1998/01/08 23:40:37 eivind Exp $ */ /* @@ -472,7 +472,7 @@ ar_xmit(struct ar_softc *sc) * start the transmition. ar_xmit() does that. * * Transmitter idle state is indicated by the IFF_OACTIVE flag. The function - * that clears that should ensure that the transmitter and it's DMA is + * that clears that should ensure that the transmitter and its DMA is * in a "good" idle state. */ static void diff --git a/sys/dev/ar/if_ar_isa.c b/sys/dev/ar/if_ar_isa.c index d4d64e5..53c4b20 100644 --- a/sys/dev/ar/if_ar_isa.c +++ b/sys/dev/ar/if_ar_isa.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ar.c,v 1.16 1997/09/02 01:18:04 bde Exp $ + * $Id: if_ar.c,v 1.17 1998/01/08 23:40:37 eivind Exp $ */ /* @@ -472,7 +472,7 @@ ar_xmit(struct ar_softc *sc) * start the transmition. ar_xmit() does that. * * Transmitter idle state is indicated by the IFF_OACTIVE flag. The function - * that clears that should ensure that the transmitter and it's DMA is + * that clears that should ensure that the transmitter and its DMA is * in a "good" idle state. */ static void |