libstdc++: Fix comment typos

libstdc++-v3/ChangeLog:

	* include/bits/utility.h: Fix comment typos.

(cherry picked from commit c1fe8ddf68)
This commit is contained in:
Jonathan Wakely 2022-06-30 11:28:23 +01:00
parent c19fe8ad4e
commit 545e8fb141
1 changed files with 1 additions and 2 deletions

View File

@ -125,7 +125,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
}
// The standard says this macro and alias template should be in <tuple> but we
// we define them here, to be available in <array>, <utility> and <ranges> too.
// define them here, to be available in <array>, <utility> and <ranges> too.
// _GLIBCXX_RESOLVE_LIB_DEFECTS
// 3378. tuple_size_v/tuple_element_t should be available when
// tuple_size/tuple_element are
@ -190,7 +190,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
#if __cplusplus >= 201703L
//
struct in_place_t {
explicit in_place_t() = default;
};