summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr/if_sr_isa.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
committerdes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
commit396b11447523f0a81228e0735758e09c792bcb5b (patch)
tree3c760cd87265a5a428738ce4b995557356f1d86b /sys/dev/sr/if_sr_isa.c
parent86e1a21b7908937d1545c2d878f7be7e149558aa (diff)
downloadFreeBSD-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/sr/if_sr_isa.c')
-rw-r--r--sys/dev/sr/if_sr_isa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c
index 76113b8..546756f 100644
--- a/sys/dev/sr/if_sr_isa.c
+++ b/sys/dev/sr/if_sr_isa.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr.c,v 1.10 1998/01/08 23:41:02 eivind Exp $
+ * $Id: if_sr.c,v 1.11 1998/01/30 19:49:54 jhay Exp $
*/
/*
@@ -999,7 +999,7 @@ sr_xmit(struct sr_softc *sc)
*
* 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 in a "good" idle state.
+ * and its DMA is in a "good" idle state.
*/
static void
srstart(struct ifnet *ifp)
@@ -2822,7 +2822,7 @@ sr_dmac_intr(struct sr_hardc *hc, u_char isr1)
* Perform timeout on an FR channel
*
* Establish a periodic check of open N2 ports; If
- * a port is open/active, it's DCD state is checked
+ * a port is open/active, its DCD state is checked
* and a loss of DCD is recognized (and eventually
* processed).
*/
OpenPOWER on IntegriCloud