commit | 3174cafd9cbc130bfecc5b0097bdd0eb0749b73c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Apr 10 18:59:26 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 26 17:51:51 2019 -0400 |
tree | 8a84ffb73416fc441906c1491a6b004e6b49c46e | |
parent | 1d260739bdb7ef0e8fc58654e52ecea69eaaf672 [diff] [blame] |
disk: part: fix typo %g/rathen then/rather than/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
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 @@ #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")) {