]> mj.ucw.cz Git - libucw.git/commitdiff
Strtonum: Fixed a typo in a comment
authorMartin Mares <mj@ucw.cz>
Wed, 8 Jul 2015 22:01:28 +0000 (00:01 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 8 Jul 2015 22:01:28 +0000 (00:01 +0200)
ucw/strtonum.c

index e8fa486445e0868175c24bd3ef34e8f91412e93a..4e1be9b520cab27144a9866a1a08093ffe709a2a 100644 (file)
@@ -114,7 +114,7 @@ static inline uint get_digit(const uint c)
 #define STN_SUFFIX uintmax
 #include <ucw/strtonum-gen.h>
 
-// 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 <ucw/strtonum-gen.h>