mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
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>
This commit is contained in:
committed by
Tom Rini
parent
fc5d54b7fa
commit
62a3b7dd08
@@ -31,7 +31,7 @@ static void fpga_no_sup(char *fn, char *msg)
|
||||
else if (msg)
|
||||
printf("No support for %s.\n", msg);
|
||||
else
|
||||
printf("No FPGA suport!\n");
|
||||
printf("No FPGA support!\n");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user