Fix minor typo in comment in Configure

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5825)
This commit is contained in:
Daniel Bevenius 2018-03-31 18:29:12 -04:00 committed by Rich Salz
parent 5585c8495e
commit 094925de1e
1 changed files with 1 additions and 1 deletions

View File

@ -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",