jit: fix typo in docs
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 4 Feb 2015 14:47:08 +0000 (14:47 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 4 Feb 2015 14:47:08 +0000 (14:47 +0000)
gcc/jit/ChangeLog:
* docs/topics/contexts.rst (gcc_jit_context_acquire): Fix
typo.
* docs/_build/texinfo/libgccjit.texi: Regenerate.

From-SVN: r220408

gcc/jit/ChangeLog
gcc/jit/docs/_build/texinfo/libgccjit.texi
gcc/jit/docs/topics/contexts.rst

index f99b5024b95cb495bdd3015838fb03d73a535008..0ea101de0caa61e50e7396da7301d7e124d6ef17 100644 (file)
@@ -1,3 +1,9 @@
+2015-02-04  David Malcolm  <dmalcolm@redhat.com>
+
+       * docs/topics/contexts.rst (gcc_jit_context_acquire): Fix
+       typo.
+       * docs/_build/texinfo/libgccjit.texi: Regenerate.
+
 2015-02-03  David Malcolm  <dmalcolm@redhat.com>
 
        * jit-logging.h (gcc::jit::log_user::log): Make const.
index 4d05587ae33292121ac9b3f83c0cef92a5ff66fa..37ff69070c9a68a72c1200ff3ceb786d38a5ec42 100644 (file)
@@ -19,7 +19,7 @@
 
 @copying
 @quotation
-libgccjit 5.0.0 (experimental 20150203), February 03, 2015
+libgccjit 5.0.0 (experimental 20150204), February 04, 2015
 
 David Malcolm
 
@@ -4925,7 +4925,7 @@ cleanup of such objects is done for you when the context is released.
 @anchor{topics/contexts gcc_jit_context_acquire}@anchor{9}
 @deffn {C Function} gcc_jit_context *gcc_jit_context_acquire (void)
 
-This function acquires a new @pxref{e,,gcc_jit_object *} instance,
+This function acquires a new @pxref{8,,gcc_jit_context *} instance,
 which is independent of any others that may be present within this
 process.
 @end deffn
index cc5207770f10d3961a99d2c2b4127817a5768c08..46a08bdba4c0c26d3807cf9c9380fc0892a594e6 100644 (file)
@@ -39,7 +39,7 @@ cleanup of such objects is done for you when the context is released.
 
 .. function:: gcc_jit_context *gcc_jit_context_acquire (void)
 
-  This function acquires a new :c:type:`gcc_jit_object *` instance,
+  This function acquires a new :c:type:`gcc_jit_context *` instance,
   which is independent of any others that may be present within this
   process.