summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/s230u/early_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/s230u/early_init.c')
-rw-r--r--src/mainboard/lenovo/s230u/early_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/s230u/early_init.c b/src/mainboard/lenovo/s230u/early_init.c
index 10ce300432..a0fc2ecd59 100644
--- a/src/mainboard/lenovo/s230u/early_init.c
+++ b/src/mainboard/lenovo/s230u/early_init.c
@@ -83,7 +83,7 @@ void mainboard_get_spd(spd_raw_data *spd, bool id_only)
printk(BIOS_INFO, "SPD index %d (%s)\n",
spd_index, mainboard_spd_names[spd_index]);
- /* C0S0 is a soldered RAM with no real SPD. Use stored SPD. */
+ /* C0S0 is a soldered RAM with no real SPD. Use stored SPD. */
spd_file = cbfs_boot_map_with_leak("spd.bin", CBFS_TYPE_SPD,
&spd_file_len);