aboutsummaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2020-12-06 10:07:47 +0100
committerMichael Dawson <mdawson@devrus.com>2020-12-10 20:21:26 -0500
commit7e5bf48998f7bd0a512d7e5340e1614dfdc8cf97 (patch)
tree10fc19b922171a567ca5ff54ef031130effd3988 /configure.py
parent72b07e4fcf8843ec0c7a82ba2ec3250429671ef5 (diff)
downloadios-node-v8-7e5bf48998f7bd0a512d7e5340e1614dfdc8cf97.tar.gz
ios-node-v8-7e5bf48998f7bd0a512d7e5340e1614dfdc8cf97.tar.bz2
ios-node-v8-7e5bf48998f7bd0a512d7e5340e1614dfdc8cf97.zip
build,lib,test: change whitelist to allowlist
PR-URL: https://github.com/nodejs/node/pull/36406 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 50994c8c27..0f65f185af 100755
--- a/configure.py
+++ b/configure.py
@@ -948,7 +948,7 @@ def get_gas_version(cc):
# Note: Apple clang self-reports as clang 4.2.0 and gcc 4.2.1. It passes
# the version check more by accident than anything else but a more rigorous
-# check involves checking the build number against a whitelist. I'm not
+# check involves checking the build number against an allowlist. I'm not
# quite prepared to go that far yet.
def check_compiler(o):
if sys.platform == 'win32':