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 /doc/README.gpt | |
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 'doc/README.gpt')
-rw-r--r-- | doc/README.gpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.gpt b/doc/README.gpt index a6f6de6a0f..3fcd83557f 100644 --- a/doc/README.gpt +++ b/doc/README.gpt @@ -165,7 +165,7 @@ To restore GUID partition table one needs to: The fields 'name' and 'size' are mandatory for every partition. The field 'start' is optional. - If field 'size' of the last partition is 0, the partiton is extended + If field 'size' of the last partition is 0, the partition is extended up to the end of the device. The fields 'uuid' and 'uuid_disk' are optional if CONFIG_RANDOM_UUID is |