From: David Malcolm Date: Wed, 7 Jan 2015 19:52:46 +0000 (+0000) Subject: Fix typo in jit-recording.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11af98ff71ced554c2402d738ff3f811d2df367a;p=gcc.git 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 --- diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 89ded0b9874..c0fdeb83da7 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,8 @@ +2015-01-07 David Malcolm + + * jit-recording.h (gcc::jit::recording::memento_of_get_type): Fix + typo in comment. + 2015-01-07 David Malcolm * TODO.rst (Test suite): Remove item about running C++ testcases. diff --git a/gcc/jit/jit-recording.h b/gcc/jit/jit-recording.h index 17a1ca454a0..3734e9af5da 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: