Commit 11af98ff by David Malcolm Committed by David Malcolm

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
parent 433d16df
2015-01-07 David Malcolm <dmalcolm@redhat.com> 2015-01-07 David Malcolm <dmalcolm@redhat.com>
* jit-recording.h (gcc::jit::recording::memento_of_get_type): Fix
typo in comment.
2015-01-07 David Malcolm <dmalcolm@redhat.com>
* TODO.rst (Test suite): Remove item about running C++ testcases. * TODO.rst (Test suite): Remove item about running C++ testcases.
* docs/internals/index.rst (Working on the JIT library): Add * docs/internals/index.rst (Working on the JIT library): Add
"c++" to the enabled languages in the suggested "configure" "c++" to the enabled languages in the suggested "configure"
......
...@@ -465,7 +465,7 @@ private: ...@@ -465,7 +465,7 @@ private:
type *m_pointer_to_this_type; 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 class memento_of_get_type : public type
{ {
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment