From: Paolo Carlini Date: Wed, 16 Oct 2013 12:04:50 +0000 (+0000) Subject: pt.c (tsubst): Fix typo in last commit. X-Git-Tag: releases/gcc-4.9.0~3432 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f93cbffcb4466bafb50f05016aa03ff12b34f3e6;p=thirdparty%2Fgcc.git pt.c (tsubst): Fix typo in last commit. 2013-10-16 Paolo Carlini * pt.c (tsubst): Fix typo in last commit. From-SVN: r203701 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 3378d618e531..25d47a099c51 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2013-10-16 Paolo Carlini + + * pt.c (tsubst): Fix typo in last commit. + 2013-10-16 Paulo Matos * error.c (code_to_string): Use new wrapper get_tree_code_name.