HAOUAS Elyes has uploaded this change for review.

View Change

superio/smsc/lpc47n2{17,27}: Fix typo

Change-Id: I29a42908af5699200216b7a0082e1417c90c95a6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/superio/smsc/lpc47n217/early_serial.c
M src/superio/smsc/lpc47n227/early_serial.c
2 files changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/37510/1
diff --git a/src/superio/smsc/lpc47n217/early_serial.c b/src/superio/smsc/lpc47n217/early_serial.c
index 5fb8d7f..8037ee8 100644
--- a/src/superio/smsc/lpc47n217/early_serial.c
+++ b/src/superio/smsc/lpc47n217/early_serial.c
@@ -69,7 +69,7 @@
* 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 42213b7..9e6ecd7 100644
--- a/src/superio/smsc/lpc47n227/early_serial.c
+++ b/src/superio/smsc/lpc47n227/early_serial.c
@@ -73,7 +73,7 @@
* 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)
{

To view, visit change 37510. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I29a42908af5699200216b7a0082e1417c90c95a6
Gerrit-Change-Number: 37510
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange