From: Ivan Maidanski Date: Wed, 30 Dec 2015 09:13:55 +0000 (+0300) Subject: Fix typo in comment of ERROR_FL X-Git-Tag: gc7_4_4~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0543673618f5841ff78cf2aba6348e21dea32e44;p=gc Fix typo in comment of ERROR_FL * include/private/thread_local_alloc.h (ERROR_FL): Fix typo in comment ("gcj_freelists"). --- diff --git a/include/private/thread_local_alloc.h b/include/private/thread_local_alloc.h index 82fe2987..fff625d3 100644 --- a/include/private/thread_local_alloc.h +++ b/include/private/thread_local_alloc.h @@ -82,7 +82,7 @@ typedef struct thread_local_freelists { # ifdef GC_GCJ_SUPPORT void * gcj_freelists[TINY_FREELISTS]; # define ERROR_FL ((void *)(word)-1) - /* Value used for gcj_freelist[-1]; allocation is */ + /* Value used for gcj_freelists[-1]; allocation is */ /* erroneous. */ # endif # ifdef ENABLE_DISCLAIM