]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
Fix comment for _jit_cache_get_end_method.
authorKlaus Treichel <ktreichel@web.de>
Sun, 7 Nov 2010 09:20:28 +0000 (10:20 +0100)
committerKlaus Treichel <ktreichel@web.de>
Sun, 7 Nov 2010 09:20:28 +0000 (10:20 +0100)
ChangeLog
jit/jit-cache.h

index fbd4148a3946b49055b8b0cbefeed6a9e06c6666..e0eeca9e93a3788404372af69b63c77db9b294c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-07  Klaus Treichel  <ktreichel@web.de>
+
+       * jit/jit-cache.h: Fix comment for _jit_cache_get_end_method.
+
 2010-10-24  Klaus Treichel  <ktreichel@web.de>
 
        * jit/jit-reg-alloc.c (_jit_regs_alloc_global): Set in_global_register
index e0c5dabf302d1372d3c9d564377258750311818f..7c8d9ced86b3c39e9e9969ef878dd92febcff517 100644 (file)
@@ -169,7 +169,7 @@ void *_jit_cache_get_end_method(jit_cache_t cache, void *pc);
 /*
  * Get a list of all method that are presently in the cache.
  * The list is terminated by a NULL, and must be free'd with
- * "ILFree".  Returns NULL if out of memory.
+ * "jit_free".  Returns NULL if out of memory.
  */
 void **_jit_cache_get_method_list(jit_cache_t cache);