HAOUAS Elyes has uploaded this change for review.

View Change

commonlib/fsp_relocate: Fix typos

Change-Id: I9426b88c0936c68d02554b580cc312902b8e5e13
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/commonlib/fsp_relocate.c
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/37810/1
diff --git a/src/commonlib/fsp_relocate.c b/src/commonlib/fsp_relocate.c
index 85deda247..7d66533 100644
--- a/src/commonlib/fsp_relocate.c
+++ b/src/commonlib/fsp_relocate.c
@@ -136,8 +136,8 @@
/*
* A TE image is created by converting a PE file. Because of this
* the offsets within the headers are off. In order to calculate
- * the correct releative offets one needs to subtract fixup_offset
- * from the encoded offets. Similarly, the linked address of the
+ * the correct relative offsets one needs to subtract fixup_offset
+ * from the encoded offsets. Similarly, the linked address of the
* program is found by adding the fixup_offset to the ImageBase.
*/
fixup_offset = read_le16(&teih->StrippedSize);

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

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