aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/fsp_baytrail/smihandler.c
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2014-12-07 14:59:46 -0700
committerMartin Roth <gaumless@gmail.com>2014-12-08 05:40:01 +0100
commit7c96629e94a0e37d8bb565f19d3c20865da50bec (patch)
treed0552a34faf40aef873ed8a0173e8a69125bde14 /src/soc/intel/fsp_baytrail/smihandler.c
parent1fc2ba5e6d85f3c7eef00a7e6b0b3ee1352fbfa9 (diff)
intel/fsp_baytrail: Spelling fixes
Change-Id: Ica9e3a91718a7e490ff80e5029fc29650355eb47 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/7704 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/soc/intel/fsp_baytrail/smihandler.c')
-rw-r--r--src/soc/intel/fsp_baytrail/smihandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/fsp_baytrail/smihandler.c b/src/soc/intel/fsp_baytrail/smihandler.c
index 234a34f4e3..d78288c1ca 100644
--- a/src/soc/intel/fsp_baytrail/smihandler.c
+++ b/src/soc/intel/fsp_baytrail/smihandler.c
@@ -395,7 +395,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);
}
}