From 8e9c5ec8edcbf68ba22c1695705c9dfeba8e70b2 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 15 Apr 2022 22:00:14 +0100 Subject: [PATCH] [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 --; -- 2.39.5