From d8fe16555acf716efb93a54e59f705eaad5aaab1 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 5 Jun 2012 19:42:57 +0000 Subject: Fix a small typo. Fireware -> firmware. MFC after: 2 weeks --- include/fmtmsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmtmsg.h b/include/fmtmsg.h index 32f0970..307c844 100644 --- a/include/fmtmsg.h +++ b/include/fmtmsg.h @@ -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. */ -- cgit v1.1