summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-06-05 19:42:57 +0000
committered <ed@FreeBSD.org>2012-06-05 19:42:57 +0000
commitd8fe16555acf716efb93a54e59f705eaad5aaab1 (patch)
tree2aac79609336f51a9167b0830f89020889b58dc6
parent2d93dc867de12fa7e4664bd7896e96585a5d93db (diff)
downloadFreeBSD-src-d8fe16555acf716efb93a54e59f705eaad5aaab1.zip
FreeBSD-src-d8fe16555acf716efb93a54e59f705eaad5aaab1.tar.gz
Fix a small typo. Fireware -> firmware.
MFC after: 2 weeks
-rw-r--r--include/fmtmsg.h2
1 files changed, 1 insertions, 1 deletions
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. */
OpenPOWER on IntegriCloud