]> 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>
Wed, 30 Dec 2015 09:13:55 +0000 (12:13 +0300)
* include/private/thread_local_alloc.h (ERROR_FL): Fix typo in comment
("gcj_freelists").

include/private/thread_local_alloc.h

index 9205bd838fdf0fc2cf615dbeadd8f42178ac5855..3b55665a609755c76ee3e2c799ed49a91395f9fa 100644 (file)
@@ -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