+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
/*
* 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);