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
This commit is contained in:
David Malcolm 2015-01-07 19:52:46 +00:00 committed by David Malcolm
parent 433d16df13
commit 11af98ff71
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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: