From: Artem Bityutskiy Date: Mon, 7 Apr 2008 19:19:01 +0000 (+0300) Subject: ubi-utils: fix a typo X-Git-Tag: v1.2.0~43 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2817a67cf902aa2e07dbf18b82b8123dc05102a0;p=mtd-utils.git ubi-utils: fix a typo Signed-off-by: Artem Bityutskiy --- diff --git a/ubi-utils/new-utils/src/common.c b/ubi-utils/new-utils/src/common.c index 3d70435..bcb775c 100644 --- a/ubi-utils/new-utils/src/common.c +++ b/ubi-utils/new-utils/src/common.c @@ -78,7 +78,7 @@ static int get_multiplier(const char *str) * integer * @str: string to convert * - * This function parses @str which may have an onee of 'KiB', 'MiB', or 'GiB' + * This function parses @str which may have one of 'KiB', 'MiB', or 'GiB' * size specifiers. Returns positive amount of bytes in case of success and %-1 * in case of failure. */