]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix bogus comment
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 15 Apr 2022 21:00:14 +0000 (22:00 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 15 Apr 2022 21:00:14 +0000 (22:00 +0100)
src/libcryptobox/base64/ref.c

index 68889b90eb52e99327925c18d115d9b0403e08a4..e01a4dc5e6e9841ddd7c6be20f9457241775d23f 100644 (file)
@@ -217,7 +217,7 @@ repeat:
        }
 
        if (!ret && inlen > 0) {
-               /* Skip to the next valid character in lua_dns_resolver_resolve_commoninput */
+               /* Skip to the next valid character in input */
                while (inlen > 0 && base64_table_dec[*c] >= 254) {
                        c ++;
                        inlen --;