From: Ivan Maidanski Date: Mon, 31 Mar 2014 22:07:05 +0000 (+0400) Subject: Fix a typo in gc_config_macros.h comment (redundant "an" article) X-Git-Tag: gc7_4_2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5467ebb6014c582719408a7ed56a0299d59aa741;p=gc Fix a typo in gc_config_macros.h comment (redundant "an" article) * include/gc_config_macros.h (GC_ADD_CALLER): Fix a typo in comment (redundant "an" article). --- diff --git a/include/gc_config_macros.h b/include/gc_config_macros.h index 7e967571..3c49fe08 100644 --- a/include/gc_config_macros.h +++ b/include/gc_config_macros.h @@ -307,7 +307,7 @@ # 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 */