[committed] libstdc++: Fix comment typo

2025-03-20 Thread Jakub Jelinek
On Wed, Mar 19, 2025 at 11:29:55PM +, Jonathan Wakely wrote: > libstdc++-v3/ChangeLog: > > * include/bits/locale_facets_nonio.tcc (time_put::do_put): Fix > typo in comment. Another one, committed as obvious. 2025-03-20 Jakub Jelinek * testsuite/18_support/numeric_limi

[committed] libstdc++: Fix comment typo in std::atomic>

2024-02-08 Thread Jonathan Wakely
Tested aarch64-linux. Pushed to trunk. -- >8 -- libstdc++-v3/ChangeLog: * include/bits/shared_ptr_atomic.h: Fix typo in comment. --- libstdc++-v3/include/bits/shared_ptr_atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/bits/shared_ptr_ato

[committed] libstdc++: Fix comment typo in eh_personality.cc

2023-03-07 Thread Jonathan Wakely via Gcc-patches
Tested powerpc64le-linux. Pushed to trunk. -- >8 -- libstdc++-v3/ChangeLog: * libsupc++/eh_personality.cc: Fix spelling in comment. --- libstdc++-v3/libsupc++/eh_personality.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/libsupc++/eh_personality.cc