From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 5B9923841894; Thu, 30 Jun 2022 15:12:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5B9923841894 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-1367] libstdc++: Fix comment typos X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 1eef21ccfa5988a23a3b71a99613f27ea6a26da6 X-Git-Newrev: c1fe8ddf6847a14152668064f163a2585e9dc894 Message-Id: <20220630151213.5B9923841894@sourceware.org> Date: Thu, 30 Jun 2022 15:12:13 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2022 15:12:13 -0000 https://gcc.gnu.org/g:c1fe8ddf6847a14152668064f163a2585e9dc894 commit r13-1367-gc1fe8ddf6847a14152668064f163a2585e9dc894 Author: Jonathan Wakely Date: Thu Jun 30 11:28:23 2022 +0100 libstdc++: Fix comment typos libstdc++-v3/ChangeLog: * include/bits/utility.h: Fix comment typos. Diff: --- libstdc++-v3/include/bits/utility.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libstdc++-v3/include/bits/utility.h b/libstdc++-v3/include/bits/utility.h index 4a457afcc1e..e0e40309a6d 100644 --- a/libstdc++-v3/include/bits/utility.h +++ b/libstdc++-v3/include/bits/utility.h @@ -125,7 +125,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION } // The standard says this macro and alias template should be in but we -// we define them here, to be available in , and too. +// define them here, to be available in , and 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; };