diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2017-04-14 17:23:49 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-17 17:21:01 +0200 |
commit | 4c40229b4c242b0d699e0bf2adba7d7d95cceca3 (patch) | |
tree | 5e74d1e3494fb7b5e1a3f2de8bb9ffbc42e615bc /src/southbridge | |
parent | 1560fbf6d618b949596acf4d8b8439773bd8a616 (diff) |
sb/amd/pi/hudson: Spell verb in comment with a space
Change-Id: I7d0d8e2a20d15cbed30e98cf4468e9fb5dd0f1ad
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/19292
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/pi/hudson/lpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/pi/hudson/lpc.c b/src/southbridge/amd/pi/hudson/lpc.c index 38c57331b2..d73979cd97 100644 --- a/src/southbridge/amd/pi/hudson/lpc.c +++ b/src/southbridge/amd/pi/hudson/lpc.c @@ -84,7 +84,7 @@ static void lpc_init(device_t dev) /* Initialize i8254 timers */ setup_i8254 (); - /* Setup SERIRQ, enable continuous mode */ + /* Set up SERIRQ, enable continuous mode */ byte = (BIT(4) | BIT(7)); if (!IS_ENABLED(CONFIG_SERIRQ_CONTINUOUS_MODE)) byte |= BIT(6); |