Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2020-12-06 12:07:47 +0300
committerMichaël Zasso <targos@protonmail.com>2020-12-21 18:49:21 +0300
commit1330995b80a1efa00b4bb66a8b565b816fa6883d (patch)
tree74a652fdda0081a0aa28b5315b380f7b51af60d1 /configure.py
parent129053fe4c98ba32c240b564268b5f61acc153ca (diff)
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 50994c8c277..0f65f185aff 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':