diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-04-07 22:19:01 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-04-07 22:19:01 +0300 |
commit | 2817a67cf902aa2e07dbf18b82b8123dc05102a0 (patch) | |
tree | f8c0a2e8c99ee8805a27b6cd3526a687a759c968 /ubi-utils/new-utils/src/common.c | |
parent | fcb52ccc99679460640386c297023f852b108f68 (diff) |
ubi-utils: fix a typo
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/new-utils/src/common.c')
-rw-r--r-- | ubi-utils/new-utils/src/common.c | 2 |
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. */ |