From: Ivan Maidanski Date: Sun, 9 Dec 2012 19:15:28 +0000 (+0400) Subject: Fix typo and refine comment of GC_enable in public header X-Git-Tag: gc7_4_0~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74237f420d280dd03d9d47469ee4f66ff6053f08;p=gc Fix typo and refine comment of GC_enable in public header * include/gc.h (GC_enable): Fix typo and refine comment. --- diff --git a/include/gc.h b/include/gc.h index 4063e794..06637232 100644 --- a/include/gc.h +++ b/include/gc.h @@ -684,8 +684,8 @@ GC_API void GC_CALL GC_disable(void); /* (i.e., GC_dont_gc value is non-zero). Does not acquire the lock. */ GC_API int GC_CALL GC_is_disabled(void); -/* Re-enable garbage collection. GC_disable() and GC_enable() calls */ -/* nest. Garbage collection is enabled if the number of calls to both */ +/* Try to re-enable garbage collection. GC_disable() and GC_enable() */ +/* calls nest. Garbage collection is enabled if the number of calls to */ /* both functions is equal. */ GC_API void GC_CALL GC_enable(void);