diff options
author | 2018-10-22 17:31:24 +0000 | |
---|---|---|
committer | 2018-10-22 17:31:24 +0000 | |
commit | c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971 (patch) | |
tree | 1d9b9500a52d708ea5beca72031c174bf6b63eec /lib/libcxx/utils | |
parent | The recent switch to realpath(3) for the boot string in vmd(8) broke (diff) | |
download | wireguard-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.py | 2 |
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 |