From: Heinrich Schuchardt Date: Wed, 10 Apr 2019 16:59:26 +0000 (+0200) Subject: disk: part: fix typo X-Git-Tag: v2019.07-rc1~4^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=3174cafd9cbc130bfecc5b0097bdd0eb0749b73c;p=platform%2Fkernel%2Fu-boot.git disk: part: fix typo %g/rathen then/rather than/ Signed-off-by: Heinrich Schuchardt --- diff --git a/disk/part.c b/disk/part.c index f30f9e9..98cc54d 100644 --- 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, rathen then through + * Special-case ubi, ubi goes through a mtd, rather than through * a regular block device. */ if (0 == strcmp(ifname, "ubi")) {