diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2021-12-03 20:50:50 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2021-12-03 21:34:18 +0000 |
commit | 7bfe82e5a850621f86867072022536c3f717d54c (patch) | |
tree | a0293aa1fa7e1d5db38b9fd5406015055bc98762 | |
parent | cff7879a381d3f5ed6556206896e6a6229800167 (diff) | |
download | gcc-7bfe82e5a850621f86867072022536c3f717d54c.zip gcc-7bfe82e5a850621f86867072022536c3f717d54c.tar.gz gcc-7bfe82e5a850621f86867072022536c3f717d54c.tar.bz2 |
Fix typos in libstdc++-v3/ChangeLog
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4901744..49f78d8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,6 +1,6 @@ 2021-12-02 Jonathan Wakely <jwakely@redhat.com> - * src/c++11/cow-stdexcept.cc [_GLIBCXX_FULY_DYNAMIC_STRING] + * src/c++11/cow-stdexcept.cc [_GLIBCXX_FULLY_DYNAMIC_STRING] (logic_error, runtime_error): Remove custom definitions. 2021-12-02 Jonathan Wakely <jwakely@redhat.com> @@ -151,7 +151,7 @@ 2021-11-30 Jonathan Wakely <jwakely@redhat.com> - * doc/xml/manual/debug_mode.xml: Replace "his or her" with "they". + * doc/xml/manual/debug_mode.xml: Replace "his or her" with "their". * doc/html/manual/debug_mode_design.html: Regenerate. 2021-11-30 Jakub Jelinek <jakub@redhat.com> |