summaryrefslogtreecommitdiffstats
path: root/src/superio/smsc
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-05 11:05:19 +0100
committerFelix Held <felix-coreboot@felixheld.de>2019-12-05 15:28:33 +0000
commit36c6f956029178fd78d7b2f3ebfddc264078fec7 (patch)
treebf02af408d584228dd1a87ded62f82f0d1a2b132 /src/superio/smsc
parentb21999cbede5fc24ec28c47b0c89a4eb08f1ccad (diff)
downloadcoreboot-36c6f956029178fd78d7b2f3ebfddc264078fec7.tar.gz
coreboot-36c6f956029178fd78d7b2f3ebfddc264078fec7.tar.bz2
coreboot-36c6f956029178fd78d7b2f3ebfddc264078fec7.zip
superio/smsc/lpc47n2{17,27}: Fix typo
Change-Id: I29a42908af5699200216b7a0082e1417c90c95a6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37510 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/smsc')
-rw-r--r--src/superio/smsc/lpc47n217/early_serial.c2
-rw-r--r--src/superio/smsc/lpc47n227/early_serial.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/smsc/lpc47n217/early_serial.c b/src/superio/smsc/lpc47n217/early_serial.c
index 5fb8d7fcdb3a..8037ee890df9 100644
--- a/src/superio/smsc/lpc47n217/early_serial.c
+++ b/src/superio/smsc/lpc47n217/early_serial.c
@@ -69,7 +69,7 @@ static void lpc47n217_pnp_set_iobase(pnp_devfn_t dev, u16 iobase)
* true base port is programmed (see lpc47n217_enable_serial() below).
*
* @param dev High 8 bits = Super I/O port, low 8 bits = logical device number.
- * @param enable 0 to disable, anythig else to enable.
+ * @param enable 0 to disable, anything else to enable.
*/
static void lpc47n217_pnp_set_enable(pnp_devfn_t dev, int enable)
{
diff --git a/src/superio/smsc/lpc47n227/early_serial.c b/src/superio/smsc/lpc47n227/early_serial.c
index 42213b74ccbb..9e6ecd7d13ec 100644
--- a/src/superio/smsc/lpc47n227/early_serial.c
+++ b/src/superio/smsc/lpc47n227/early_serial.c
@@ -73,7 +73,7 @@ static void lpc47n227_pnp_set_iobase(pnp_devfn_t dev, u16 iobase)
* true base port is programmed (see lpc47n227_enable_serial() below).
*
* @param dev High 8 bits = Super I/O port, low 8 bits = logical device number.
- * @param enable 0 to disable, anythig else to enable.
+ * @param enable 0 to disable, anything else to enable.
*/
static void lpc47n227_pnp_set_enable(pnp_devfn_t dev, int enable)
{