svn commit: r200993 - head/sys/dev/ae

Gavin Atkinson gavin at FreeBSD.org
Fri Dec 25 19:38:13 UTC 2009


Author: gavin
Date: Fri Dec 25 19:38:12 2009
New Revision: 200993
URL: http://svn.freebsd.org/changeset/base/200993

Log:
  Small spelling fix, "Ethetnet" -> "Ethernet"
  
  Approved by:	ed (mentor)
  MFC after:	1 week

Modified:
  head/sys/dev/ae/if_ae.c

Modified: head/sys/dev/ae/if_ae.c
==============================================================================
--- head/sys/dev/ae/if_ae.c	Fri Dec 25 18:05:06 2009	(r200992)
+++ head/sys/dev/ae/if_ae.c	Fri Dec 25 19:38:12 2009	(r200993)
@@ -1047,7 +1047,7 @@ ae_get_reg_eaddr(ae_softc_t *sc, uint32_
 	if (AE_CHECK_EADDR_VALID(eaddr) != 0) {
 		if (bootverbose)
 			device_printf(sc->dev,
-			    "Ethetnet address registers are invalid.\n");
+			    "Ethernet address registers are invalid.\n");
 		return (EINVAL);
 	}
 	return (0);


More information about the svn-src-head mailing list