author | Aleksey Demakov <ademakov@gmail.com> | 2008年01月22日 06:09:07 +0000 |
---|---|---|
committer | Aleksey Demakov <ademakov@gmail.com> | 2008年01月22日 06:09:07 +0000 |
commit | 2a3a9f4fb4b00c3f42f2325018b8b3006b9f13af (patch) | |
tree | 4cfbb7ef71fe9efd45c8058fb57608b8bbeb3e2e /jitplus/jit-plus-context.cpp | |
parent | f5cabeff2cc252cfe4c3b991c1daf3d0ae0941b1 (diff) | |
download | libjit-2a3a9f4fb4b00c3f42f2325018b8b3006b9f13af.tar.gz |
-rw-r--r-- | jitplus/jit-plus-context.cpp | 4 |
diff --git a/jitplus/jit-plus-context.cpp b/jitplus/jit-plus-context.cpp index e174f94..8e13898 100644 --- a/jitplus/jit-plus-context.cpp +++ b/jitplus/jit-plus-context.cpp @@ -43,12 +43,12 @@ jit_context::jit_context() } /*@ - * @defop Constructor jit_context jit_context (jit_context_t context) + * @defop Constructor jit_context jit_context (jit_context_t @var{context}) * Construct a new JIT context by wrapping up an existing raw C context. * This is useful for importing a context from third party C code * into a program that prefers to use C++. * - * When you this form of construction, @code{jit_context_destroy} + * When you use this form of construction, @code{jit_context_destroy} * will not be called on the context when the @code{jit_context} * object is destructed. You will need to arrange for that manually. * @end defop |