diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2017-11-20 02:09:19 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-23 05:01:47 +0000 |
commit | 482d16fb0ab1899da856b083f35b682917b0ed96 (patch) | |
tree | de94970c02dad441bd09feb1d5d21048c81e59ab /src/mainboard/intel/strago | |
parent | bfd62fabc9b7b52a2ec5de93749ab01f697a01a7 (diff) |
src/mainboard: Fix various typos
These typos were found through manual review and grep.
Change-Id: Ia5a9acae4fbe2627017743106d9326a14c99a225
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/22525
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/intel/strago')
-rw-r--r-- | src/mainboard/intel/strago/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/strago/gpio.c b/src/mainboard/intel/strago/gpio.c index 5331ebadf7..fa24594ee0 100644 --- a/src/mainboard/intel/strago/gpio.c +++ b/src/mainboard/intel/strago/gpio.c @@ -76,7 +76,7 @@ static const struct soc_gpio_map gpse_gpio_map[] = { Native_M1, /* 80 USB_OC0_B */ NATIVE_INT_PU20K(1, L1), /* 81 SDMMC3_CD_B */ /* 81 SDMMC3_CD_B */ - GPIO_NC, /* 82 spkr asummed gpio number */ + GPIO_NC, /* 82 spkr assumed gpio number */ Native_M1, /* 83 SUSPWRDNACK */ SPARE_PIN,/* 84 spare pin */ Native_M1, /* 85 SDMMC3_1P8_EN */ |