disk: part: fix typo
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 10 Apr 2019 16:59:26 +0000 (18:59 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 26 Apr 2019 21:51:51 +0000 (17:51 -0400)
%g/rathen then/rather than/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
disk/part.c

index f30f9e9187d7e679d5aa5faa225bb199388cac80..98cc54db2080b78ed80479dc8c8d3e082f43dcaa 100644 (file)
@@ -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")) {