svn commit: r220941 - head/sys/dev/gem

Marius Strobl marius at FreeBSD.org
Fri Apr 22 09:41:52 UTC 2011


Author: marius
Date: Fri Apr 22 09:41:51 2011
New Revision: 220941
URL: http://svn.freebsd.org/changeset/base/220941

Log:
  Correct spelling in comments.
  
  Submitted by:	brucec

Modified:
  head/sys/dev/gem/if_gem.c

Modified: head/sys/dev/gem/if_gem.c
==============================================================================
--- head/sys/dev/gem/if_gem.c	Fri Apr 22 09:39:05 2011	(r220940)
+++ head/sys/dev/gem/if_gem.c	Fri Apr 22 09:41:51 2011	(r220941)
@@ -1064,7 +1064,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-all mailing list