gcc/jit/ChangeLog:
* jit-recording.h (gcc::jit::recording::memento_of_get_type): Fix
typo in comment.
From-SVN: r219319
+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.
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: