From 94ebb4f0ac8a417b1485f485ae717d617363a896 Mon Sep 17 00:00:00 2001 From: Klaus Treichel Date: Sun, 7 Nov 2010 10:20:28 +0100 Subject: [PATCH] Fix comment for _jit_cache_get_end_method. --- ChangeLog | 4 ++++ jit/jit-cache.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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); -- 2.47.3