diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-07-15 13:44:45 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-16 09:43:12 -0400 |
commit | 62a3b7dd086ef8ceba91e99cceb19704efc1b482 (patch) | |
tree | 7336b817a5d03f1594bc4b8c89c9545578f72d4c /tools/env | |
parent | fc5d54b7fa3fa602e06e2f0863c0b134d6afca70 (diff) | |
download | u-boot-62a3b7dd086ef8ceba91e99cceb19704efc1b482.tar.gz |
Various, unrelated tree-wide typo fixes.
Fix a number of typos, including:
* "compatble" -> "compatible"
* "eanbeld" -> "enabled"
* "envrionment" -> "environment"
* "FTD" -> "FDT" (for "flattened device tree")
* "ommitted" -> "omitted"
* "overriden" -> "overridden"
* "partiton" -> "partition"
* "propogate" -> "propagate"
* "resourse" -> "resource"
* "rest in piece" -> "rest in peace"
* "suport" -> "support"
* "varible" -> "variable"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'tools/env')
-rw-r--r-- | tools/env/fw_env.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/env/fw_env.config b/tools/env/fw_env.config index 6f216f9c64..776e16f784 100644 --- a/tools/env/fw_env.config +++ b/tools/env/fw_env.config @@ -2,7 +2,7 @@ # Up to two entries are valid, in this case the redundant # environment sector is assumed present. # Notice, that the "Number of sectors" is not required on NOR and SPI-dataflash. -# Futhermore, if the Flash sector size is ommitted, this value is assumed to +# Futhermore, if the Flash sector size is omitted, this value is assumed to # be the same as the Environment size, which is valid for NOR and SPI-dataflash # NOR example |