From: Paolo Carlini Date: Wed, 16 Oct 2013 12:04:50 +0000 (+0000) Subject: pt.c (tsubst): Fix typo in last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f93cbffcb4466bafb50f05016aa03ff12b34f3e6;p=gcc.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 3378d618e53..25d47a099c5 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.