svn commit: r220943 - head/sys/dev/cas
Marius Strobl
marius at FreeBSD.org
Fri Apr 22 09:44:01 UTC 2011
Author: marius
Date: Fri Apr 22 09:44:01 2011
New Revision: 220943
URL: http://svn.freebsd.org/changeset/base/220943
Log:
Correct spelling in a comment.
Submitted by: brucec
Modified:
head/sys/dev/cas/if_cas.c
Modified: head/sys/dev/cas/if_cas.c
==============================================================================
--- head/sys/dev/cas/if_cas.c Fri Apr 22 09:43:00 2011 (r220942)
+++ head/sys/dev/cas/if_cas.c Fri Apr 22 09:44:01 2011 (r220943)
@@ -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)
More information about the svn-src-all
mailing list