diff options
author | Martin Roth <martin.roth@se-eng.com> | 2014-12-07 14:57:26 -0700 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2014-12-08 05:40:24 +0100 |
commit | 99a3bba171695804624b8426052de0cd552f1455 (patch) | |
tree | 14ddb97ccbabe30f448ac768729b865f191ee501 /src/soc/intel/baytrail/smihandler.c | |
parent | 7c96629e94a0e37d8bb565f19d3c20865da50bec (diff) | |
download | coreboot-99a3bba171695804624b8426052de0cd552f1455.tar.xz |
intel/baytrail: Spelling fixes
Change-Id: Ideb58634a029d55746421ad1ea4b80811bca403c
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/7705
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/soc/intel/baytrail/smihandler.c')
-rw-r--r-- | src/soc/intel/baytrail/smihandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/baytrail/smihandler.c b/src/soc/intel/baytrail/smihandler.c index 62de9fad4a..a2718e2ddf 100644 --- a/src/soc/intel/baytrail/smihandler.c +++ b/src/soc/intel/baytrail/smihandler.c @@ -392,7 +392,7 @@ void southbridge_smi_handler(void) southbridge_smi[i](); } else { printk(BIOS_DEBUG, - "SMI_STS[%d] occured, but no " + "SMI_STS[%d] occurred, but no " "handler available.\n", i); } } |