Fix typo in jit-recording.h
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 7 Jan 2015 19:52:46 +0000 (19:52 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 7 Jan 2015 19:52:46 +0000 (19:52 +0000)
gcc/jit/ChangeLog:
* jit-recording.h (gcc::jit::recording::memento_of_get_type): Fix
typo in comment.

From-SVN: r219319

gcc/jit/ChangeLog
gcc/jit/jit-recording.h

index 89ded0b98741018d3748965c8eac8838281b4851..c0fdeb83da739f1d899175c893a460ad1c658945 100644 (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.
index 17a1ca454a0cb41e36f629255025818567d0acf9..3734e9af5daf64257d2b855b855f50fa9014fd9a 100644 (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: