From 128c104c4d3b91d3371b03840af460d776af819d Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 18 Nov 2016 09:29:03 -0700 Subject: nb/intel: Fix some spelling mistakes in comments and strings Change-Id: I4a8297397d878e38516c8df19dd311c7ef19ec06 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/17478 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/northbridge/intel/i440bx/raminit.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/northbridge/intel/i440bx') 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; -- cgit v1.2.3