We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31d00d commit 5185f4aCopy full SHA for 5185f4a
libcxx/include/__config
@@ -1415,7 +1415,7 @@ extern "C" _LIBCPP_FUNC_VIS void __sanitizer_annotate_contiguous_container(
1415
// Note that this can be replaced by #error as soon as clang-cl
1416
// implements msvc::no_unique_address, since there should be no C++20
1417
// compiler that doesn't support one of the two attributes at that point.
1418
- // We geenrally don't want to use this macro outside of C++20-only code,
+ // We generally don't want to use this macro outside of C++20-only code,
1419
// because using it conditionally in one language version only would make
1420
// the ABI inconsistent.
1421
#endif
0 commit comments