summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/me_status.c
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2014-12-07 14:58:18 -0700
committerMartin Roth <gaumless@gmail.com>2014-12-08 05:38:54 +0100
commitde7ed6fc7cdb3f55894e613bdc0c394fa8f57494 (patch)
tree773464cb40de3a87a9921db6c15668cd3c889b11 /src/soc/intel/broadwell/me_status.c
parent8ff0ead0816dfc2683ee93e2f5eef79e007a5cd6 (diff)
downloadcoreboot-de7ed6fc7cdb3f55894e613bdc0c394fa8f57494.tar.xz
intel/broadwell: Spelling fixes
Change-Id: I2f970c6970b4996fcefbde89332210f5a1afe836 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/7702 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/soc/intel/broadwell/me_status.c')
-rw-r--r--src/soc/intel/broadwell/me_status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/me_status.c b/src/soc/intel/broadwell/me_status.c
index 40078b97d4..3738fd4c8b 100644
--- a/src/soc/intel/broadwell/me_status.c
+++ b/src/soc/intel/broadwell/me_status.c
@@ -178,7 +178,7 @@ static const char *me_progress_bup_values[] = {
/* Progress Code 3 states */
static const char *me_progress_policy_values[] = {
- [ME_HFS2_STATE_POLICY_ENTRY] = "Entery into Policy Module",
+ [ME_HFS2_STATE_POLICY_ENTRY] = "Entry into Policy Module",
[ME_HFS2_STATE_POLICY_RCVD_S3] = "Received S3 entry",
[ME_HFS2_STATE_POLICY_RCVD_S4] = "Received S4 entry",
[ME_HFS2_STATE_POLICY_RCVD_S5] = "Received S5 entry",