From bf282b1ddebc6987074ac35611771428cae98075 Mon Sep 17 00:00:00 2001
From: Stefan Reinauer <stefan.reinauer@coreboot.org>
Date: Tue, 29 Mar 2011 21:41:41 +0000
Subject: [PATCH] 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>
---
 chipset_enable.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
GitLab