summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/utils
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2018-10-22 17:31:24 +0000
committerkrw <krw@openbsd.org>2018-10-22 17:31:24 +0000
commitc43131ad7f420c8af6cee2cdfbcd3f96b0d6e971 (patch)
tree1d9b9500a52d708ea5beca72031c174bf6b63eec /lib/libcxx/utils
parentThe recent switch to realpath(3) for the boot string in vmd(8) broke (diff)
downloadwireguard-openbsd-c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971.tar.xz
wireguard-openbsd-c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971.zip
More "explicitely" -> "explicitly" in various comments.
ok guenther@ tb@ deraadt@
Diffstat (limited to 'lib/libcxx/utils')
-rw-r--r--lib/libcxx/utils/libcxx/test/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcxx/utils/libcxx/test/config.py b/lib/libcxx/utils/libcxx/test/config.py
index 199ff3566d3..dbdb670460e 100644
--- a/lib/libcxx/utils/libcxx/test/config.py
+++ b/lib/libcxx/utils/libcxx/test/config.py
@@ -576,7 +576,7 @@ class Configuration(object):
self.cxx.flags += ['-arch', arch]
self.cxx.flags += ['-m' + name + '-version-min=' + version]
- # Disable availability unless explicitely requested
+ # Disable availability unless explicitly requested
if not self.with_availability:
self.cxx.flags += ['-D_LIBCPP_DISABLE_AVAILABILITY']
# FIXME(EricWF): variant_size.pass.cpp requires a slightly larger