[gcc/devel/c++-modules] libstdc++: Fix typo in ChangeLog

Nathan Sidwell nathan@gcc.gnu.org
Fri Aug 28 15:58:30 GMT 2020


https://gcc.gnu.org/g:1531d8df6ebe3ce3cd1d59a044eafd4e292f9433

commit 1531d8df6ebe3ce3cd1d59a044eafd4e292f9433
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Aug 20 21:56:43 2020 +0100

    libstdc++: Fix typo in ChangeLog

Diff:
---
 libstdc++-v3/ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 9e67d4dac2a..aa886a75612 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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>):


More information about the Libstdc++-cvs mailing list