Fix for a trivial but confusing typo in the jit docs.

Committed to trunk as r220408.

gcc/jit/ChangeLog:
        * docs/topics/contexts.rst (gcc_jit_context_acquire): Fix
        typo.
        * docs/_build/texinfo/libgccjit.texi: Regenerate.

---
 gcc/jit/docs/topics/contexts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/jit/docs/topics/contexts.rst b/gcc/jit/docs/topics/contexts.rst
index cc52077..46a08bd 100644
--- a/gcc/jit/docs/topics/contexts.rst
+++ b/gcc/jit/docs/topics/contexts.rst
@@ -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.
 
-- 
1.8.5.3

Reply via email to