From 1e762d4f1cf16633f85aeb58f2c9ba79eb3920dc Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 9 Jul 2015 00:01:28 +0200 Subject: [PATCH] Strtonum: Fixed a typo in a comment --- ucw/strtonum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/strtonum.c b/ucw/strtonum.c index e8fa4864..4e1be9b5 100644 --- a/ucw/strtonum.c +++ b/ucw/strtonum.c @@ -114,7 +114,7 @@ static inline uint get_digit(const uint c) #define STN_SUFFIX uintmax #include -// FIXME: For backwards compatibility, will be removed soon +// FIXME: For backward compatibility, will be removed soon #define STN_TYPE uns #define STN_SUFFIX uns #include -- 2.39.2