From 7fecb024d35db637937e6194c7e7255713be82b7 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 30 Dec 2015 12:13:55 +0300 Subject: [PATCH] Fix typo in comment of ERROR_FL * include/private/thread_local_alloc.h (ERROR_FL): Fix typo in comment ("gcj_freelists"). --- include/private/thread_local_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0