libstdc++: Fix typo in ChangeLog

This commit is contained in:
Jonathan Wakely 2020-08-20 21:56:43 +01:00
parent 7ffcf5d611
commit 1531d8df6e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
(_GLIBCXX_DEPRECATED_SUGGEST): New macro for "use 'foo' instead"
message in deprecated warnings.
(_GLIBCXX11_DEPRECATED, _GLIBCXX11_DEPRECATED_SUGGEST): New
macros for marking features derpecated in C++11.
macros for marking features deprecated in C++11.
(_GLIBCXX17_DEPRECATED_SUGGEST, _GLIBCXX20_DEPRECATED_SUGGEST):
New macros.
* include/backward/auto_ptr.h (auto_ptr_ref, auto_ptr<void>):