From: Jonathan Wakely Date: Fri, 9 May 2014 19:39:20 +0000 (+0100) Subject: Fix typo in ChangeLog-2013 X-Git-Tag: releases/gcc-5.1.0~7660 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91b67b5022b44a7eec12364a9e8d26507a6a87d6;p=thirdparty%2Fgcc.git Fix typo in ChangeLog-2013 From-SVN: r210291 --- diff --git a/libstdc++-v3/ChangeLog-2013 b/libstdc++-v3/ChangeLog-2013 index 820b029a783b..e1de16f8137e 100644 --- a/libstdc++-v3/ChangeLog-2013 +++ b/libstdc++-v3/ChangeLog-2013 @@ -3834,7 +3834,7 @@ 2013-04-03 Jonathan Wakely * libsupc++/exception (get_terminate(), get_unexpected()): Declare. - * libsupc++/eh_terminate.cc (get_terminate() , set_unexpected()): + * libsupc++/eh_terminate.cc (get_terminate(), get_unexpected()): Define. (set_terminate(terminate_handler)): Set atomically. (set_unexpected(terminate_handler)): Likewise.