summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-04-07 22:19:01 +0300
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-04-07 22:19:01 +0300
commit2817a67cf902aa2e07dbf18b82b8123dc05102a0 (patch)
treef8c0a2e8c99ee8805a27b6cd3526a687a759c968
parentfcb52ccc99679460640386c297023f852b108f68 (diff)
ubi-utils: fix a typo
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
-rw-r--r--ubi-utils/new-utils/src/common.c2
1 files changed, 1 insertions, 1 deletions
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.
*/