diff options
-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 |