From 094925de1ecfcfb8019b21994c45f3dc00ab4e2c Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Sat, 31 Mar 2018 18:29:12 -0400 Subject: [PATCH] Fix minor typo in comment in Configure Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5825) --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index b06f17fd07..d1ea0618a5 100755 --- a/Configure +++ b/Configure @@ -423,7 +423,7 @@ my %deprecated_disablables = ( "ui" => "ui-console", ); -# All of the following is disabled by default (RC5 was enabled before 0.9.8): +# All of the following are disabled by default: our %disabled = ( # "what" => "comment" "asan" => "default",