]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: tools: typo in `strl2irc` mention
authorWilliam Dauchy <wdauchy@gmail.com>
Sat, 6 Feb 2021 19:47:51 +0000 (20:47 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 8 Feb 2021 09:49:08 +0000 (10:49 +0100)
`str2irc` does not exist

Signed-off-by: William Dauchy <wdauchy@gmail.com>
src/tools.c

index 8fef15b4dda4b3513cf7300ad29dc4060dfdaa7b..2d40d8910f66284361dfee3912ca2f09c1acb3fd 100644 (file)
@@ -2178,7 +2178,7 @@ int strl2irc(const char *s, int len, int *ret)
  * applications designed for hostile environments. It returns zero when the
  * number has successfully been converted, non-zero otherwise. When an error
  * is returned, the <ret> value is left untouched. It is about 3 times slower
- * than str2irc().
+ * than strl2irc().
  */
 
 int strl2llrc(const char *s, int len, long long *ret)