From fe851740636b89c052af316576b8d47f0c5edd06 Mon Sep 17 00:00:00 2001 From: Nikita Potapenko Date: Sat, 16 Mar 2019 17:41:47 +0200 Subject: Fix typo (#23300) .Net -> .NET --- src/vm/ceeload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vm/ceeload.h') diff --git a/src/vm/ceeload.h b/src/vm/ceeload.h index 6bf5fbdd3b..c3a9609ba0 100644 --- a/src/vm/ceeload.h +++ b/src/vm/ceeload.h @@ -187,7 +187,7 @@ typedef DPTR(struct LookupMapBase) PTR_LookupMapBase; // importantly we cannot mutate compressed entries (for obvious reasons). Many of the lookup maps are only // partially populated at ngen time or otherwise might be updated at runtime and thus are not candidates. // -// In the threshhold timeframe (predicted to be .Net 4.5.3 at the time of writing), we added profiler support +// In the threshhold timeframe (predicted to be .NET Framework 4.5.3 at the time of writing), we added profiler support // for adding new types to NGEN images. Historically we could always do this for jitted images, but one of the // blockers for NGEN were the compressed RID maps. We worked around that by supporting multi-node maps in which // the first node is compressed, but all future nodes are uncompressed. The NGENed portion will all land in the -- cgit v1.2.3