svn commit: r236629 - head/include

Ed Schouten ed at FreeBSD.org
Tue Jun 5 19:42:59 UTC 2012


Author: ed
Date: Tue Jun  5 19:42:57 2012
New Revision: 236629
URL: http://svn.freebsd.org/changeset/base/236629

Log:
  Fix a small typo. Fireware -> firmware.
  
  MFC after:	2 weeks

Modified:
  head/include/fmtmsg.h

Modified: head/include/fmtmsg.h
==============================================================================
--- head/include/fmtmsg.h	Tue Jun  5 18:58:05 2012	(r236628)
+++ head/include/fmtmsg.h	Tue Jun  5 19:42:57 2012	(r236629)
@@ -32,7 +32,7 @@
 /* Source of condition is... */
 #define	MM_HARD		0x0001	/* ...hardware. */
 #define	MM_SOFT		0x0002	/* ...software. */
-#define	MM_FIRM		0x0004	/* ...fireware. */
+#define	MM_FIRM		0x0004	/* ...firmware. */
 
 /* Condition detected by... */
 #define	MM_APPL		0x0010	/* ...application. */


More information about the svn-src-head mailing list