projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d26073
)
disk: part: fix typo
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Wed, 10 Apr 2019 16:59:26 +0000
(18:59 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 26 Apr 2019 21:51:51 +0000
(17:51 -0400)
%g/rathen then/rather than/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
disk/part.c
patch
|
blob
|
history
diff --git
a/disk/part.c
b/disk/part.c
index f30f9e9187d7e679d5aa5faa225bb199388cac80..98cc54db2080b78ed80479dc8c8d3e082f43dcaa 100644
(file)
--- a/
disk/part.c
+++ b/
disk/part.c
@@
-468,7
+468,7
@@
int blk_get_device_part_str(const char *ifname, const char *dev_part_str,
#ifdef CONFIG_CMD_UBIFS
/*
- * Special-case ubi, ubi goes through a mtd, rathe
n the
n through
+ * Special-case ubi, ubi goes through a mtd, rathe
r tha
n through
* a regular block device.
*/
if (0 == strcmp(ifname, "ubi")) {