summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*/