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_6_0~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fecb024d35db637937e6194c7e7255713be82b7;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 9205bd83..3b55665a 100644 --- a/include/private/thread_local_alloc.h +++ b/include/private/thread_local_alloc.h @@ -83,7 +83,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