aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2012-06-05 19:42:57 +0000
committerEd Schouten <ed@FreeBSD.org>2012-06-05 19:42:57 +0000
commit9b1ae0815414ee59692bab67f726012900b3e143 (patch)
tree2aac79609336f51a9167b0830f89020889b58dc6
parentc5069a475628baf17b1686cde570439bd80e2526 (diff)
downloadsrc-9b1ae0815414ee59692bab67f726012900b3e143.tar.gz
src-9b1ae0815414ee59692bab67f726012900b3e143.zip
Fix a small typo. Fireware -> firmware.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=236629
-rw-r--r--include/fmtmsg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fmtmsg.h b/include/fmtmsg.h
index 32f0970fb94e..307c844c388b 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. */