diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-08-23 18:21:02 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-28 14:19:33 +0000 |
commit | 7bb53aa3862489a04668805f1dfebe962633daa2 (patch) | |
tree | c4929f2470a558081c470bde61ebb1255191dc94 /util | |
parent | 75db596654bb0f4847aa358727c90f31fbe5eb04 (diff) |
util/scripts: Fix typo
Change-Id: If906e230c0cb71fc3cd283aeb85f8d1338c303c6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28291
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util')
-rwxr-xr-x | util/scripts/dts-to-fmd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/scripts/dts-to-fmd.sh b/util/scripts/dts-to-fmd.sh index 5068a99cbd..00e718bebd 100755 --- a/util/scripts/dts-to-fmd.sh +++ b/util/scripts/dts-to-fmd.sh @@ -103,7 +103,7 @@ for region in $FMAP_REGIONS; do fi # special handling: COREBOOT region at 0, inject a 128K bootblock - # The size may need changes to accomodate the chipsets, + # The size may need changes to accommodate the chipsets, # but should work for now. if [ "${REGION_NAME}" = "COREBOOT" -a \ $(( ${REGION_START} )) -eq 0 ]; then |