From: Daniel Bevenius Date: Sat, 31 Mar 2018 22:29:12 +0000 (-0400) Subject: Fix minor typo in comment in Configure X-Git-Tag: OpenSSL_1_1_1-pre4~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=094925de1ecfcfb8019b21994c45f3dc00ab4e2c;p=oweals%2Fopenssl.git Fix minor typo in comment in Configure Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5825) --- 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",