From fdb4a9f85edcde2f2edbb78ec5ba52553338665a Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 29 Aug 2019 08:36:03 +0300 Subject: [PATCH] Fix a typo in GC_init comment * misc.c [USE_PROC_FOR_LIBRARIES && GC_LINUX_THREADS] (GC_init): Fix typo in comment ("will"). --- misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.c b/misc.c index 294b9332..c063b26c 100644 --- a/misc.c +++ b/misc.c @@ -1186,7 +1186,7 @@ GC_API void GC_CALL GC_init(void) # if defined(USE_PROC_FOR_LIBRARIES) && defined(GC_LINUX_THREADS) WARN("USE_PROC_FOR_LIBRARIES + GC_LINUX_THREADS performs poorly.\n", 0); /* If thread stacks are cached, they tend to be scanned in */ - /* entirety as part of the root set. This wil grow them to */ + /* entirety as part of the root set. This will grow them to */ /* maximum size, and is generally not desirable. */ # endif # if defined(SEARCH_FOR_DATA_START) -- 2.40.0