From e46a41542b8c2b0ecef154fe0083863697cdbcb1 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 5 Dec 2019 10:48:17 +0100 Subject: superio/serverengines/pilot: Fix typo Change-Id: Ic7cd93150252b2e5235c82c8c63540059b68d22b Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/37508 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Felix Held --- src/superio/serverengines/pilot/early_serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/superio/serverengines') diff --git a/src/superio/serverengines/pilot/early_serial.c b/src/superio/serverengines/pilot/early_serial.c index 555e4f5156..3c140fb8c9 100644 --- a/src/superio/serverengines/pilot/early_serial.c +++ b/src/superio/serverengines/pilot/early_serial.c @@ -22,7 +22,7 @@ #include #include "pilot.h" -/* Pilot uses 0x5A/0xA5 pattern to actiavte deactivate config access. */ +/* Pilot uses 0x5A/0xA5 pattern to activate deactivate config access. */ void pnp_enter_ext_func_mode(pnp_devfn_t dev) { u16 port = dev >> 8; -- cgit v1.2.3