]> granicus.if.org Git - gc/commitdiff
Fix typo in comment of ERROR_FL
authorIvan Maidanski <ivmai@mail.ru>
Wed, 30 Dec 2015 09:13:55 +0000 (12:13 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 1 Feb 2016 07:05:57 +0000 (10:05 +0300)
* include/private/thread_local_alloc.h (ERROR_FL): Fix typo in comment
("gcj_freelists").

include/private/thread_local_alloc.h

index 82fe2987133acafc72685616e757c1b1951bd844..fff625d324c6eb6bbb18f94c4fb8288a6cb5060d 100644 (file)
@@ -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