From 30705e829415bb99da0141f0fde46175cb6b21bd Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 29 Oct 2019 12:40:20 +1000 Subject: [PATCH] app/config: Fix a comment typo in config.c The options validation is now a callback. Bugfix on 31241; not in any released version of tor. --- src/app/config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/config/config.c b/src/app/config/config.c index 27b12f562f..2f40dd2bb9 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -32,7 +32,7 @@ * * Additionally, you might need to edit these places too: *