commit 8e9c5ec: [Minor] Fix bogus comment

Vsevolod Stakhov vsevolod at rspamd.com
Fri Apr 15 21:14:07 UTC 2022


Author: Vsevolod Stakhov
Date: 2022-04-15 22:00:14 +0100
URL: https://github.com/rspamd/rspamd/commit/8e9c5ec8edcbf68ba22c1695705c9dfeba8e70b2

[Minor] Fix bogus comment

---
 src/libcryptobox/base64/ref.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libcryptobox/base64/ref.c b/src/libcryptobox/base64/ref.c
index 68889b90e..e01a4dc5e 100644
--- a/src/libcryptobox/base64/ref.c
+++ b/src/libcryptobox/base64/ref.c
@@ -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 --;


More information about the Commits mailing list