[coreboot-gerrit] Change in coreboot[master]: util/{ifdtool, ipqheader}: Fix typo

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Thu Aug 23 18:26:08 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/28287


Change subject: util/{ifdtool,ipqheader}: Fix typo
......................................................................

util/{ifdtool,ipqheader}: Fix typo

Change-Id: I53ddff302681737006f40ca8b79ec0735f1e6e45
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M util/ifdtool/ifdtool.c
M util/ipqheader/mbn_tools.py
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/28287/1

diff --git a/util/ifdtool/ifdtool.c b/util/ifdtool/ifdtool.c
index eb5dbc3..671c7d5 100644
--- a/util/ifdtool/ifdtool.c
+++ b/util/ifdtool/ifdtool.c
@@ -1144,7 +1144,7 @@
  * Determine if two memory regions overlap.
  *
  * @param r1, r2 Memory regions to compare.
- * @return 0 if the two regions are seperate
+ * @return 0 if the two regions are separate
  * @return 1 if the two regions overlap
  */
 static int regions_collide(const region_t *r1, const region_t *r2)
diff --git a/util/ipqheader/mbn_tools.py b/util/ipqheader/mbn_tools.py
index bc2cdd2..c4d26c1 100755
--- a/util/ipqheader/mbn_tools.py
+++ b/util/ipqheader/mbn_tools.py
@@ -1165,7 +1165,7 @@
      bytes_to_pad = ELF_BLOCK_ALIGN - pad_hash_segment
      hash_seg_end = hash_tbl_end_addr + bytes_to_pad
 
-     # Check if a shifting is required to accomodate for the hash segment.
+     # Check if a shifting is required to accommodate for the hash segment.
      # Get the minimum offset by going through the program headers.
      # Note that the program headers in the input file do not contain
      # the dummy program header for ELF + Program header, and the

-- 
To view, visit https://review.coreboot.org/28287
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I53ddff302681737006f40ca8b79ec0735f1e6e45
Gerrit-Change-Number: 28287
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180823/7ad569db/attachment-0001.html>


More information about the coreboot-gerrit mailing list