summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-03-31 18:29:12 -0400
committerRich Salz <rsalz@openssl.org>2018-03-31 18:29:40 -0400
commit094925de1ecfcfb8019b21994c45f3dc00ab4e2c (patch)
tree404db980e2699ca41f5affaef1b2dcbc0705110e /Configure
parent5585c8495e4c0175450b4ddc75b38eb76f929d34 (diff)
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)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
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",