svn commit: r224323 - stable/8/sys/dev/cas

Marius Strobl marius at FreeBSD.org
Mon Jul 25 15:05:38 UTC 2011


Author: marius
Date: Mon Jul 25 15:05:37 2011
New Revision: 224323
URL: http://svn.freebsd.org/changeset/base/224323

Log:
  MFC: r220943
  
  Correct spelling in a comment.
  
  Submitted by:	brucec

Modified:
  stable/8/sys/dev/cas/if_cas.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/geom/label/   (props changed)

Modified: stable/8/sys/dev/cas/if_cas.c
==============================================================================
--- stable/8/sys/dev/cas/if_cas.c	Mon Jul 25 15:05:37 2011	(r224322)
+++ stable/8/sys/dev/cas/if_cas.c	Mon Jul 25 15:05:37 2011	(r224323)
@@ -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