mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
disk: part: fix typo
%g/rathen then/rather than/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
1d260739bd
commit
3174cafd9c
1 changed files with 1 additions and 1 deletions
|
@ -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, rathen then through
|
||||
* Special-case ubi, ubi goes through a mtd, rather than through
|
||||
* a regular block device.
|
||||
*/
|
||||
if (0 == strcmp(ifname, "ubi")) {
|
||||
|
|
Loading…
Reference in a new issue