summaryrefslogtreecommitdiff
path: root/src/utilcode
diff options
context:
space:
mode:
authorNikita Potapenko <dev.potapy4@hotmail.com>2019-03-16 17:41:47 +0200
committerJan Kotas <jkotas@microsoft.com>2019-03-16 08:41:47 -0700
commitfe851740636b89c052af316576b8d47f0c5edd06 (patch)
treebbb35d08307f041d0e61fa0cb2914aec9523a005 /src/utilcode
parent456dcb6f8724b21ea413aed11df44eeec649d047 (diff)
downloadcoreclr-fe851740636b89c052af316576b8d47f0c5edd06.tar.gz
coreclr-fe851740636b89c052af316576b8d47f0c5edd06.tar.bz2
coreclr-fe851740636b89c052af316576b8d47f0c5edd06.zip
Fix typo (#23300)
.Net -> .NET
Diffstat (limited to 'src/utilcode')
-rw-r--r--src/utilcode/registrywrapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utilcode/registrywrapper.cpp b/src/utilcode/registrywrapper.cpp
index b3c4b42946..0d94a44dc1 100644
--- a/src/utilcode/registrywrapper.cpp
+++ b/src/utilcode/registrywrapper.cpp
@@ -6,7 +6,7 @@
//
//
-// Wrapper around Win32 Registry Functions allowing redirection of .Net
+// Wrapper around Win32 Registry Functions allowing redirection of .NET
// Framework root registry location
//
// Notes on Offline Ngen Implementation:
@@ -55,7 +55,7 @@
// has made incompatible changes here, such as moving the location or redefining
// values, we would break.
// - Accesses from C:\Windows\System32 and C:\Windows\Syswow64 and HKCU
-// HKCU does not contain any .Net Framework settings (Microsoft\.NETFramework
+// HKCU does not contain any .NET Framework settings (Microsoft\.NETFramework
// is empty).
// There are various files accessed from C:\Windows\System32 and these are a
// function of the OS loader. We load an executable and it automatically