]> granicus.if.org Git - gc/commitdiff
Fix a typo in gc_config_macros.h comment (redundant "an" article)
authorIvan Maidanski <ivmai@mail.ru>
Mon, 31 Mar 2014 22:07:05 +0000 (02:07 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 31 Mar 2014 22:07:05 +0000 (02:07 +0400)
* include/gc_config_macros.h (GC_ADD_CALLER): Fix a typo in comment
(redundant "an" article).

include/gc_config_macros.h

index 7e9675717495dc6ab05498d1b4ebcde32ba00f64..3c49fe080955a8d45df9d79435bd2ff9ff8f1ef0 100644 (file)
 # define GC_CAN_SAVE_CALL_STACKS
 #endif
 
-/* If we're on an a platform on which we can't save call stacks, but    */
+/* If we're on a platform on which we can't save call stacks, but       */
 /* gcc is normally used, we go ahead and define GC_ADD_CALLER.          */
 /* We make this decision independent of whether gcc is actually being   */
 /* used, in order to keep the interface consistent, and allow mixing    */