aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i440bx
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-11-18 09:29:03 -0700
committerMartin Roth <martinroth@google.com>2016-11-21 23:43:54 +0100
commit128c104c4d3b91d3371b03840af460d776af819d (patch)
treebb0621ae2c90b512948ba9fee350cf42a49f4db3 /src/northbridge/intel/i440bx
parentc6ec8dd1cb2303f7f7a71f0f494a6fc30b93dff4 (diff)
nb/intel: Fix some spelling mistakes in comments and strings
Change-Id: I4a8297397d878e38516c8df19dd311c7ef19ec06 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/17478 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/northbridge/intel/i440bx')
-rw-r--r--src/northbridge/intel/i440bx/raminit.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/northbridge/intel/i440bx/raminit.c b/src/northbridge/intel/i440bx/raminit.c
index f9fd8167d8..e217c238cf 100644
--- a/src/northbridge/intel/i440bx/raminit.c
+++ b/src/northbridge/intel/i440bx/raminit.c
@@ -173,10 +173,10 @@ static const u8 register_values[] = {
* 0x5c [5:4] 0xD4000 - 0xD7FFF ISA add-on BIOS
* 0x5d [1:0] 0xD8000 - 0xDBFFF ISA add-on BIOS
* 0x5d [5:4] 0xDC000 - 0xDFFFF ISA add-on BIOS
- * 0x5e [1:0] 0xE0000 - 0xE3FFF BIOS entension
- * 0x5e [5:4] 0xE4000 - 0xE7FFF BIOS entension
- * 0x5f [1:0] 0xE8000 - 0xEBFFF BIOS entension
- * 0x5f [5:4] 0xEC000 - 0xEFFFF BIOS entension
+ * 0x5e [1:0] 0xE0000 - 0xE3FFF BIOS extension
+ * 0x5e [5:4] 0xE4000 - 0xE7FFF BIOS extension
+ * 0x5f [1:0] 0xE8000 - 0xEBFFF BIOS extension
+ * 0x5f [5:4] 0xEC000 - 0xEFFFF BIOS extension
*
* Bit assignment:
* 00 = DRAM Disabled (all access goes to memory mapped I/O space)
@@ -587,7 +587,7 @@ static void set_dram_buffer_strength(void)
}
/*-----------------------------------------------------------------------------
-DIMM-independant configuration functions.
+DIMM-independent configuration functions.
-----------------------------------------------------------------------------*/
static void spd_enable_refresh(void)
@@ -680,7 +680,7 @@ static struct dimm_size spd_get_dimm_size(unsigned int device)
/*
* SPD byte 31 is the memory size divided by 4 so we
- * need to muliply by 4 to get the total size.
+ * need to multiply by 4 to get the total size.
*/
sz.side1 *= 4;
sz.side2 *= 4;