From 57ad62b9ec63423a08e8209ab967badaee627ea2 Mon Sep 17 00:00:00 2001 From: jaykrell Date: Mon, 18 Dec 2017 10:15:43 -0800 Subject: [PATCH] Just fix one typo in a comment. (#6240) --- mono/metadata/handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono/metadata/handle.c b/mono/metadata/handle.c index 3a88b076365..4db99b52784 100644 --- a/mono/metadata/handle.c +++ b/mono/metadata/handle.c @@ -68,7 +68,7 @@ Combine: MonoDefaults, GENERATE_GET_CLASS_WITH_CACHE, TYPED_HANDLE_DECL and frie * Note that the handle stack is scanned PRECISELY (see * sgen_client_scan_thread_data ()). That means there should not be * stale objects scanned. So when we manipulate the size of a chunk, - * wemust ensure that the newly scannable slot is either null or + * we must ensure that the newly scannable slot is either null or * points to a valid value. */ -- 2.11.4.GIT