Additional ChangeLog entry fix.
authorJakub Jelinek <jakub@gcc.gnu.org>
Mon, 16 Dec 2013 17:59:52 +0000 (18:59 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 16 Dec 2013 17:59:52 +0000 (18:59 +0100)
From-SVN: r206021

gcc/cp/ChangeLog

index 0328131..5cb02e2 100644 (file)
@@ -6,7 +6,7 @@
 2013-12-12  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/58627
-       * call.c (resolve_address_of_overloaded_function): Don't call ggc_free
+       * class.c (resolve_address_of_overloaded_function): Don't call ggc_free
        on targs.
 
 2013-12-11  Balaji V. Iyer  <balaji.v.iyer@intel.com>