From b1fc5d61f016c7e6b7c98e8095970859cfe0e725 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 26 Jun 2023 20:00:43 +0200 Subject: [PATCH] lib/strutils: fix typo --- lib/strutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/strutils.c b/lib/strutils.c index f6f299db4c..21751fd89e 100644 --- a/lib/strutils.c +++ b/lib/strutils.c @@ -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, -- 2.47.3