Elyes HAOUAS has uploaded this change for review.

View Change

src/device/dram: Fix typo

Change-Id: I5d8e5f978c538d2b9f74b29e21eb39ce6455315f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/device/dram/ddr2.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/28504/1
diff --git a/src/device/dram/ddr2.c b/src/device/dram/ddr2.c
index 0d395c4..53106f2 100644
--- a/src/device/dram/ddr2.c
+++ b/src/device/dram/ddr2.c
@@ -124,7 +124,7 @@
/**
* \brief Return index of MSB set
*
- * Returns the index fof MSB set.
+ * Returns the index of MSB set.
*/
u8 spd_get_msbs(u8 c)
{

To view, visit change 28504. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d8e5f978c538d2b9f74b29e21eb39ce6455315f
Gerrit-Change-Number: 28504
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr>