Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Typo fix in objecthandle.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Feb 12, 2015
1 parent d19f592 commit b913917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc/objecthandle.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit b913917

Please sign in to comment.