From: Martin Mares Date: Wed, 8 Jul 2015 22:01:28 +0000 (+0200) Subject: Strtonum: Fixed a typo in a comment X-Git-Tag: v6.5~12 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1e762d4f1cf16633f85aeb58f2c9ba79eb3920dc;p=libucw.git Strtonum: Fixed a typo in a comment --- 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