Author: marius
Date: Mon Jul 25 15:05:37 2011
New Revision: 224322
URL: http://svn.freebsd.org/changeset/base/224322
Log:
MFC: r220943
Correct spelling in a comment.
Submitted by: brucec
Modified:
stable/7/sys/dev/cas/if_cas.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/dev/cas/if_cas.c
==============================================================================
--- stable/7/sys/dev/cas/if_cas.c Mon Jul 25 15:01:40 2011
(r224321)
+++ stable/7/sys/dev/cas/if_cas.c Mon Jul 25 15:05:37 2011
(r224322)
@@ -1153,7 +1153,7 @@ cas_init_locked(struct cas_softc *sc)
/* step 14. Issue Transmit Pending command. */
- /* step 15. Give the reciever a swift kick. */
+ /* step 15. Give the receiver a swift kick. */
CAS_WRITE_4(sc, CAS_RX_KICK, CAS_NRXDESC - 4);
CAS_WRITE_4(sc, CAS_RX_COMP_TAIL, 0);
if ((sc->sc_flags & CAS_REG_PLUS) != 0)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"