mirror of
https://xff.cz/git/u-boot/
synced 2025-09-19 01:22:09 +02:00
disk: part: fix typo
%g/rathen then/rather than/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
committed by
Tom Rini
parent
1d260739bd
commit
3174cafd9c
@@ -468,7 +468,7 @@ int blk_get_device_part_str(const char *ifname, const char *dev_part_str,
|
|||||||
|
|
||||||
#ifdef CONFIG_CMD_UBIFS
|
#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.
|
* a regular block device.
|
||||||
*/
|
*/
|
||||||
if (0 == strcmp(ifname, "ubi")) {
|
if (0 == strcmp(ifname, "ubi")) {
|
||||||
|
Reference in New Issue
Block a user