]> granicus.if.org Git - gc/commitdiff
Update comment for GC_INNER macro
authorIvan Maidanski <ivmai@mail.ru>
Thu, 16 Feb 2012 17:30:53 +0000 (21:30 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 16 Feb 2012 17:30:53 +0000 (21:30 +0400)
* include/private/gc_priv.h (GC_INNER): Update comment.

include/private/gc_priv.h

index 18e6f96327ff6e13f975aebee1d7df281346c817..69c2bf080d97bfb0f2c592783890328566011d2e 100644 (file)
@@ -100,8 +100,8 @@ typedef char * ptr_t;   /* A generic pointer to which we can add        */
   /* for the GC-scope function definitions and prototypes.  Must not be */
   /* used in gcconfig.h.  Shouldn't be used for the debugging-only      */
   /* functions.  Currently, not used for the functions declared in or   */
-  /* called from the "dated" source files (pcr_interface.c, specific.c  */
-  /* and in the "extra" folder).                                        */
+  /* called from the "dated" source files (pcr_interface.c and files    */
+  /* located in the "extra" folder).                                    */
 # if defined(GC_DLL) && defined(__GNUC__) && !defined(MSWIN32) \
         && !defined(MSWINCE) && !defined(CYGWIN32)
 #   if __GNUC__ >= 4