+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.
@copying
@quotation
-libgccjit 5.0.0 (experimental 20150203), February 03, 2015
+libgccjit 5.0.0 (experimental 20150204), February 04, 2015
David Malcolm
@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
.. 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.