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. */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to