summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-04-01 00:29:12 +0200
committerRich Salz <rsalz@openssl.org>2018-04-01 00:29:40 +0200
commit094925de1ecfcfb8019b21994c45f3dc00ab4e2c (patch)
tree404db980e2699ca41f5affaef1b2dcbc0705110e /Configure
parentRemove -Wmisleading-indentation from gcc devteam warning options (diff)
downloadopenssl-094925de1ecfcfb8019b21994c45f3dc00ab4e2c.tar.xz
openssl-094925de1ecfcfb8019b21994c45f3dc00ab4e2c.zip
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",