From 7df4ec03035d0bbc6f206527164ac4839d29cd0b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 12 Feb 2013 13:12:51 +0100 Subject: Chromebooks: mainboard.c: Do not spell Chromebook in CamelCase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit »Chromebook« is the official spelling [1]. So correct that with the following command. $ git grep -l ChromeBook | xargs sed -i s,ChromeBook,Chromebook, The incorrect spelling was only used for the chip name. [1] http://www.google.com/intl/en/chrome/devices/hp-pavilion-chromebook.html#hp-pav Change-Id: I9c19f399a3e3d36bd644ec375822daa384a14961 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/2370 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie Reviewed-by: Marc Jones --- src/mainboard/google/parrot/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/parrot/mainboard.c') diff --git a/src/mainboard/google/parrot/mainboard.c b/src/mainboard/google/parrot/mainboard.c index 32a79d92c2..7f5b01ef0d 100644 --- a/src/mainboard/google/parrot/mainboard.c +++ b/src/mainboard/google/parrot/mainboard.c @@ -323,6 +323,6 @@ static void mainboard_enable(device_t dev) } struct chip_operations mainboard_ops = { - CHIP_NAME("Google Parrot ChromeBook") + CHIP_NAME("Google Parrot Chromebook") .enable_dev = mainboard_enable, }; -- cgit v1.2.3