]> www.infradead.org Git - mtd-utils.git/commitdiff
ubi-utils: fix a typo
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 7 Apr 2008 19:19:01 +0000 (22:19 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 7 Apr 2008 19:19:01 +0000 (22:19 +0300)
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
ubi-utils/new-utils/src/common.c

index 3d7043541cf2b3ed433307a7e6219d057dacdd53..bcb775c1ca7ad5a823ffe6b97ac38e200f21cdfc 100644 (file)
@@ -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.
  */