diff options
author | Martin Roth <martin.roth@se-eng.com> | 2014-12-07 14:58:18 -0700 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2014-12-08 05:38:54 +0100 |
commit | de7ed6fc7cdb3f55894e613bdc0c394fa8f57494 (patch) | |
tree | 773464cb40de3a87a9921db6c15668cd3c889b11 /src/soc/intel/broadwell/lpc.c | |
parent | 8ff0ead0816dfc2683ee93e2f5eef79e007a5cd6 (diff) | |
download | coreboot-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/lpc.c')
-rw-r--r-- | src/soc/intel/broadwell/lpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/lpc.c b/src/soc/intel/broadwell/lpc.c index 76a136824d..394a9d7bdd 100644 --- a/src/soc/intel/broadwell/lpc.c +++ b/src/soc/intel/broadwell/lpc.c @@ -502,7 +502,7 @@ static void pch_lpc_add_gen_io_resources(device_t dev, int reg_value, int index) { /* * Check if the register is enabled. If so and the base exceeds the - * device's deafult claim range add the resoure. + * device's default claim range add the resource. */ if (reg_value & 1) { u16 base = reg_value & 0xfffc; |