Skip to content

Commit 5185f4a

Browse files
committed
[libc++] [NFC] s/geenrally/generally/
1 parent a31d00d commit 5185f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ extern "C" _LIBCPP_FUNC_VIS void __sanitizer_annotate_contiguous_container(
14151415
// Note that this can be replaced by #error as soon as clang-cl
14161416
// implements msvc::no_unique_address, since there should be no C++20
14171417
// 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,
1418+
// We generally don't want to use this macro outside of C++20-only code,
14191419
// because using it conditionally in one language version only would make
14201420
// the ABI inconsistent.
14211421
#endif

0 commit comments

Comments
 (0)