summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-03-29 21:41:41 +0000
committerstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-03-29 21:41:41 +0000
commitbb80ceb6fadc9c8063b745506f17d47f4b0ecb50 (patch)
treeeda5c4ebb216901ab0f2e0fb0c2a5ee4496a1fc1
parentce3a6573fa2130d8fdc1e04e997b131fe3f2faf5 (diff)
downloadflashrom-bb80ceb6fadc9c8063b745506f17d47f4b0ecb50.tar.gz
Fix typo in chipset_enable.c
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Idwer Vollering <vidwer@gmail.com> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1283 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--chipset_enable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 0896bce..9fb867d 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1188,7 +1188,7 @@ int chipset_flash_enable(void)
"\"%s %s\"\n"
"ignoring, please report lspci and board URL "
"to flashrom@flashrom.org\n"
- "with 2CHIPSET: your board name in the "
+ "with \'CHIPSET: your board name\' in the "
"subject line.\n",
chipset_enables[i].vendor_name,
chipset_enables[i].device_name);