From 482d16fb0ab1899da856b083f35b682917b0ed96 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Mon, 20 Nov 2017 02:09:19 +0100 Subject: src/mainboard: Fix various typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These typos were found through manual review and grep. Change-Id: Ia5a9acae4fbe2627017743106d9326a14c99a225 Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/22525 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Paul Menzel --- src/mainboard/google/reef/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/reef/mainboard.c') diff --git a/src/mainboard/google/reef/mainboard.c b/src/mainboard/google/reef/mainboard.c index 3de383a689..90ffe136d3 100644 --- a/src/mainboard/google/reef/mainboard.c +++ b/src/mainboard/google/reef/mainboard.c @@ -72,7 +72,7 @@ uint8_t __attribute__((weak)) variant_board_sku(void) return board_sku_num; } -/* Set variabnt board sku to ec by sku id */ +/* Set variant board sku to ec by sku id */ void __attribute__((weak)) variant_board_ec_set_skuid(void) { } -- cgit v1.2.3