svn commit: r224320 - stable/8/sys/dev/gem

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


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

Log:
  MFC: r220941
  
  Correct spelling in comments.
  
  Submitted by:	brucec

Modified:
  stable/8/sys/dev/gem/if_gem.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/gem/if_gem.c
==============================================================================
--- stable/8/sys/dev/gem/if_gem.c	Mon Jul 25 14:46:24 2011	(r224319)
+++ stable/8/sys/dev/gem/if_gem.c	Mon Jul 25 15:01:37 2011	(r224320)
@@ -1069,7 +1069,7 @@ gem_init_locked(struct gem_softc *sc)
 
 	/* step 14.  Issue Transmit Pending command. */
 
-	/* step 15.  Give the reciever a swift kick. */
+	/* step 15.  Give the receiver a swift kick. */
 	GEM_BANK1_WRITE_4(sc, GEM_RX_KICK, GEM_NRXDESC - 4);
 
 	ifp->if_drv_flags |= IFF_DRV_RUNNING;


More information about the svn-src-stable mailing list