diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2013-08-21 11:39:19 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-09-20 10:29:48 -0400 |
commit | 1f8b546f9e782b7eb9815368efa906b5718c6e9b (patch) | |
tree | 481c9221e3dfd3ebbbc0bb44dbafa144fa4e92c2 /common/cmd_mtdparts.c | |
parent | 5c427e49ce09c7e991ce63a686cb600bff3c877a (diff) | |
download | u-boot-1f8b546f9e782b7eb9815368efa906b5718c6e9b.tar.gz |
Fix some obvious typos across multiple subsystems.
Typoes fixed:
"partion" -> "partition"
"retrive", "retreive" -> "retrieve"
"th" -> "to"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'common/cmd_mtdparts.c')
-rw-r--r-- | common/cmd_mtdparts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_mtdparts.c b/common/cmd_mtdparts.c index 3023479d1d..38a6e6d07e 100644 --- a/common/cmd_mtdparts.c +++ b/common/cmd_mtdparts.c @@ -420,7 +420,7 @@ static int part_validate(struct mtdids *id, struct part_info *part) } /** - * Delete selected partition from the partion list of the specified device. + * Delete selected partition from the partition list of the specified device. * * @param dev device to delete partition from * @param part partition to delete |