summaryrefslogtreecommitdiff
path: root/util/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'util/scripts')
-rwxr-xr-xutil/scripts/dts-to-fmd.sh2
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