summaryrefslogtreecommitdiff
path: root/mark.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-04-05 00:47:37 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-04-05 00:47:37 +0300
commit054786112e9aacd7be1e2291ae2c77eb310f6996 (patch)
tree81fe9c8afc303a8af94d56f1f2b2c9fdd2440a8c /mark.c
parent5d4fd4de0441ec63a17dceb6d184de743c5d0b30 (diff)
downloadbdwgc-054786112e9aacd7be1e2291ae2c77eb310f6996.tar.gz
Fix typos in documentation (regarding 'non-incremental')
* doc/gcdescr.md (Introduction): Fix typos ("non-incremental", "this operation"). * mark.c (GC_collection_in_progress): Fix a typo in comment ("non-incremental").
Diffstat (limited to 'mark.c')
-rw-r--r--mark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mark.c b/mark.c
index 718aaf39..1812b943 100644
--- a/mark.c
+++ b/mark.c
@@ -123,7 +123,7 @@ STATIC GC_bool GC_objects_are_marked = FALSE;
/* Are there collectible marked objects in the heap? */
/* Is a collection in progress? Note that this can return true in the */
-/* nonincremental case, if a collection has been abandoned and the */
+/* non-incremental case, if a collection has been abandoned and the */
/* mark state is now MS_INVALID. */
GC_INNER GC_bool GC_collection_in_progress(void)
{