summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/native_gc_triggering.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/native_gc_triggering.md b/runtime/native_gc_triggering.md
index 66a5718d65..1dc9e5d675 100644
--- a/runtime/native_gc_triggering.md
+++ b/runtime/native_gc_triggering.md
@@ -52,7 +52,7 @@ We compute the total amount of native memory allocated as the sum of
2. the number of bytes registered via `VMRuntime.registerNativeAllocation()` and not yet
unregistered via `VMRuntime.registerNativeFree()`. This includes non-malloc-allocated objects
- allocated via `NariveAllocationRegistry`.
+ allocated via `NativeAllocationRegistry`.
Though we use mallinfo() to track native allocation, this call itself can be expensive, and thus
we perform this check fairly rarely. More precisely, we do so only after the application has