From: William Dauchy Date: Sat, 6 Feb 2021 19:47:51 +0000 (+0100) Subject: CLEANUP: tools: typo in `strl2irc` mention X-Git-Tag: v2.4-dev8~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=060ffc82d62a83d34089b8f44159cde2f2be4f44;p=thirdparty%2Fhaproxy.git CLEANUP: tools: typo in `strl2irc` mention `str2irc` does not exist Signed-off-by: William Dauchy --- diff --git a/src/tools.c b/src/tools.c index 8fef15b4dd..2d40d8910f 100644 --- a/src/tools.c +++ b/src/tools.c @@ -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 value is left untouched. It is about 3 times slower - * than str2irc(). + * than strl2irc(). */ int strl2llrc(const char *s, int len, long long *ret)