From: Klaus Treichel Date: Sun, 7 Nov 2010 09:20:28 +0000 (+0100) Subject: Fix comment for _jit_cache_get_end_method. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=94ebb4f0ac8a417b1485f485ae717d617363a896;p=francis%2Flibjit.git Fix comment for _jit_cache_get_end_method. --- diff --git a/ChangeLog b/ChangeLog index fbd4148..e0eeca9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-07 Klaus Treichel + + * jit/jit-cache.h: Fix comment for _jit_cache_get_end_method. + 2010-10-24 Klaus Treichel * jit/jit-reg-alloc.c (_jit_regs_alloc_global): Set in_global_register diff --git a/jit/jit-cache.h b/jit/jit-cache.h index e0c5dab..7c8d9ce 100644 --- a/jit/jit-cache.h +++ b/jit/jit-cache.h @@ -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);