From 2817a67cf902aa2e07dbf18b82b8123dc05102a0 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Mon, 7 Apr 2008 22:19:01 +0300 Subject: ubi-utils: fix a typo Signed-off-by: Artem Bityutskiy --- ubi-utils/new-utils/src/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.3