diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-04-10 18:59:26 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-26 17:51:51 -0400 |
commit | 3174cafd9cbc130bfecc5b0097bdd0eb0749b73c (patch) | |
tree | 8a84ffb73416fc441906c1491a6b004e6b49c46e /disk | |
parent | 1d260739bdb7ef0e8fc58654e52ecea69eaaf672 (diff) |
disk: part: fix typo
%g/rathen then/rather than/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'disk')
-rw-r--r-- | disk/part.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disk/part.c b/disk/part.c index f30f9e9187..98cc54db20 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")) { |