diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-08 13:04:59 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-10 15:25:24 +0000 |
commit | 4436ebef0645b6e55e442f1a2ba1c6b56341bd44 (patch) | |
tree | 78afac9ab84081099dc33fdb2095f38e8d3344b4 /src/southbridge/amd | |
parent | 0c9630eeff6851d855179b3588fee87fce356d34 (diff) |
sb/amd/agesa/hudson: Fix typo
Change-Id: I600ca64f7cfdb03ad525b632950cddadf9aab4ae
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38260
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/early_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/agesa/hudson/early_setup.c b/src/southbridge/amd/agesa/hudson/early_setup.c index 090a85288b..2e3ff303c9 100644 --- a/src/southbridge/amd/agesa/hudson/early_setup.c +++ b/src/southbridge/amd/agesa/hudson/early_setup.c @@ -90,7 +90,7 @@ void hudson_lpc_decode(void) pm_write8(0xec, pm_read8(0xec) | 0x01); dev = PCI_DEV(0, 0x14, 3); - /* Serial port numeration on Hudson: + /* Serial port enumeration on Hudson: * PORT0 - 0x3f8 * PORT1 - 0x2f8 * PORT5 - 0x2e8 |