summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
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/fxp
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/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 88523a1..9be4dab 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.50 1998/03/03 14:19:07 dg Exp $
+ * $Id: if_fxp.c,v 1.51 1998/04/15 17:47:02 bde Exp $
*/
/*
@@ -1474,7 +1474,7 @@ fxp_mediastatus(ifp, ifmr)
* Add a buffer to the end of the RFA buffer list.
* Return 0 if successful, 1 for failure. A failure results in
* adding the 'oldm' (if non-NULL) on to the end of the list -
- * tossing out it's old contents and recycling it.
+ * tossing out its old contents and recycling it.
* The RFA struct is stuck at the beginning of mbuf cluster and the
* data pointer is fixed up to point just past it.
*/
@@ -1693,7 +1693,7 @@ fxp_ioctl(ifp, command, data)
* must be the first command in the chain, so we take steps to ensure
* that. By requiring this, it allows us to keep the performance of
* the pre-initialized command ring (esp. link pointers) by not actually
- * inserting the mcsetup command in the ring - i.e. it's link pointer
+ * inserting the mcsetup command in the ring - i.e. its link pointer
* points to the TxCB ring, but the mcsetup descriptor itself is not part
* of it. We then can do 'CU_START' on the mcsetup descriptor and have it
* lead into the regular TxCB ring when it completes.
OpenPOWER on IntegriCloud