From 11af98ff71ced554c2402d738ff3f811d2df367a Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 7 Jan 2015 19:52:46 +0000 Subject: Fix typo in jit-recording.h gcc/jit/ChangeLog: * jit-recording.h (gcc::jit::recording::memento_of_get_type): Fix typo in comment. From-SVN: r219319 --- gcc/jit/ChangeLog | 5 +++++ gcc/jit/jit-recording.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 89ded0b..c0fdeb8 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,5 +1,10 @@ 2015-01-07 David Malcolm + * jit-recording.h (gcc::jit::recording::memento_of_get_type): Fix + typo in comment. + +2015-01-07 David Malcolm + * TODO.rst (Test suite): Remove item about running C++ testcases. * docs/internals/index.rst (Working on the JIT library): Add "c++" to the enabled languages in the suggested "configure" diff --git a/gcc/jit/jit-recording.h b/gcc/jit/jit-recording.h index 17a1ca4..3734e9a 100644 --- a/gcc/jit/jit-recording.h +++ b/gcc/jit/jit-recording.h @@ -465,7 +465,7 @@ private: type *m_pointer_to_this_type; }; -/* Result of "gcc_jit_type_get_type". */ +/* Result of "gcc_jit_context_get_type". */ class memento_of_get_type : public type { public: -- cgit v1.1