[Midnightbsd-cvs] src [10984] trunk/include/fmtmsg.h: cleanup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 15 16:34:46 EDT 2018


Revision: 10984
          http://svnweb.midnightbsd.org/src/?rev=10984
Author:   laffer1
Date:     2018-06-15 16:34:45 -0400 (Fri, 15 Jun 2018)
Log Message:
-----------
cleanup

Modified Paths:
--------------
    trunk/include/fmtmsg.h

Modified: trunk/include/fmtmsg.h
===================================================================
--- trunk/include/fmtmsg.h	2018-06-15 20:34:25 UTC (rev 10983)
+++ trunk/include/fmtmsg.h	2018-06-15 20:34:45 UTC (rev 10984)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2002 Mike Barcroft <mike at FreeBSD.org>
  * All rights reserved.
@@ -23,8 +24,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: src/include/fmtmsg.h,v 1.2 2002/08/05 16:37:05 mike Exp $
- * $MidnightBSD$
+ * $FreeBSD: stable/10/include/fmtmsg.h 236629 2012-06-05 19:42:57Z ed $
  */
 
 #ifndef _FMTMSG_H_
@@ -33,7 +33,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 Midnightbsd-cvs mailing list