libjit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libjit] [PATCH 1/3] Fix documented name of `jit_type_get_tagged_kind'


From: Niklas Koep
Subject: [Libjit] [PATCH 1/3] Fix documented name of `jit_type_get_tagged_kind'
Date: Sat, 22 Mar 2014 21:21:05 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Signed-off-by: Niklas Koep <address@hidden>
---
 jit/jit-type.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jit/jit-type.c b/jit/jit-type.c
index 8cec977..5cc3817 100644
--- a/jit/jit-type.c
+++ b/jit/jit-type.c
@@ -1301,7 +1301,7 @@ void jit_type_set_tagged_type(jit_type_t type, jit_type_t underlying,
 }
  /*@
- * @deftypefun int jit_type_get_tagged_type (jit_type_t @var{type})
+ * @deftypefun int jit_type_get_tagged_kind (jit_type_t @var{type})
  * Get the kind of tag that is applied to a tagged type.  Returns -1
  * if not a tagged type.
  * @end deftypefun
--
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]