Committed as r219319. gcc/jit/ChangeLog: * jit-recording.h (gcc::jit::recording::memento_of_get_type): Fix typo in comment. --- gcc/jit/jit-recording.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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: -- 1.8.5.3