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:
parent
433d16df13
commit
11af98ff71
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user