libstdc++: Fix typo in comment

libstdc++-v3/ChangeLog:

	* include/bits/stl_uninitialized.h: Fix typo in comment.
This commit is contained in:
Jonathan Wakely 2023-11-27 19:08:31 +00:00
parent a789af1ca2
commit 3e35c54a9b

View file

@ -1119,7 +1119,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
#ifdef __cpp_lib_is_constant_evaluated #ifdef __cpp_lib_is_constant_evaluated
if (std::is_constant_evaluated()) if (std::is_constant_evaluated())
{ {
// Can't use memcpu. Wrap the pointer so that __relocate_a_1 // Can't use memcpy. Wrap the pointer so that __relocate_a_1
// resolves to the non-trivial overload above. // resolves to the non-trivial overload above.
__gnu_cxx::__normal_iterator<_Tp*, void> __out(__result); __gnu_cxx::__normal_iterator<_Tp*, void> __out(__result);
__out = std::__relocate_a_1(__first, __last, __out, __alloc); __out = std::__relocate_a_1(__first, __last, __out, __alloc);