]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/strutils: fix typo
authorJakub Wilk <jwilk@jwilk.net>
Mon, 26 Jun 2023 18:00:43 +0000 (20:00 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 27 Jun 2023 08:32:04 +0000 (10:32 +0200)
lib/strutils.c

index f6f299db4cf250b76cedb0eaa15cf44780065e0f..21751fd89e9179df65d2f301c11b047890c6967e 100644 (file)
@@ -397,7 +397,7 @@ int ul_strtou32(const char *str, uint32_t *num, int base)
  * Convert strings to numbers in defined range and print message on error.
  *
  * These functions are used when we read input from users (getopt() etc.). It's
- * better to consolidate the code and keep it all based on 64-bit numbers then
+ * better to consolidate the code and keep it all based on 64-bit numbers than
  * implement it for 32 and 16-bit numbers too.
  */
 int64_t str2num_or_err(const char *str, int base, const char *errmesg,