Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Native/gc/handletable.cpp')
-rw-r--r--src/Native/gc/handletable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/gc/handletable.cpp b/src/Native/gc/handletable.cpp
index 2b598528c..1b685ab44 100644
--- a/src/Native/gc/handletable.cpp
+++ b/src/Native/gc/handletable.cpp
@@ -933,7 +933,7 @@ void HndEnumHandles(HHANDLETABLE hTable, const uint32_t *puType, uint32_t uTypeC
*
* Multiple type scanning entrypoint for GC.
*
- * This entrypoint is provided for GC-time scnas of the handle table ONLY. It
+ * This entrypoint is provided for GC-time scans of the handle table ONLY. It
* enables ephemeral scanning of the table, and optionally ages the write barrier
* as it scans.
*