From b9139171f227a8f534ef58294531ef7286a94a4d Mon Sep 17 00:00:00 2001 From: Andrey Akinshin Date: Thu, 12 Feb 2015 11:16:20 +0200 Subject: [PATCH] Typo fix in objecthandle.cpp --- src/gc/objecthandle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gc/objecthandle.cpp b/src/gc/objecthandle.cpp index 20c6ce90d425..b93d90d53986 100644 --- a/src/gc/objecthandle.cpp +++ b/src/gc/objecthandle.cpp @@ -1505,7 +1505,7 @@ void Ref_CheckAlive(UINT condemned, UINT maxgen, LPARAM lp1) static VOLATILE(LONG) uCount = 0; -// NTOE: Please: if you update this function, update the very similar profiling function immediately below!!! +// NOTE: Please: if you update this function, update the very similar profiling function immediately below!!! void Ref_UpdatePointers(UINT condemned, UINT maxgen, ScanContext* sc, Ref_promote_func* fn) { WRAPPER_NO_CONTRACT;