diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-03-29 21:41:41 +0000 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-03-29 21:41:41 +0000 |
commit | bf282b1ddebc6987074ac35611771428cae98075 (patch) | |
tree | eda5c4ebb216901ab0f2e0fb0c2a5ee4496a1fc1 /chipset_enable.c | |
parent | 83704c5a09c5bd6d9ad4400dd6555b916ff06a7a (diff) | |
download | ast2050-flashrom-bf282b1ddebc6987074ac35611771428cae98075.zip ast2050-flashrom-bf282b1ddebc6987074ac35611771428cae98075.tar.gz |
Fix typo in chipset_enable.c
Corresponding to flashrom svn r1283.
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r-- | chipset_enable.c | 2 |
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); |