disk: part: fix typo
[oweals/u-boot.git] / 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")) {