`str2irc` does not exist

Signed-off-by: William Dauchy <wdau...@gmail.com>
---
 src/tools.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tools.c b/src/tools.c
index 8fef15b4d..2d40d8910 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 <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)
-- 
2.30.0


Reply via email to