summaryrefslogtreecommitdiff
path: root/src/debug/di
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-10-04 18:56:04 -0700
committerJan Kotas <jkotas@microsoft.com>2018-10-04 18:56:04 -0700
commitaf0c1f287d31ca3a641151df60baa7371635f508 (patch)
treec6e55099e3e5de393fb1f208e0728a824f7dea0f /src/debug/di
parentda6498e6c1013dd38d33e782bc777bd89aa0f0ee (diff)
downloadcoreclr-af0c1f287d31ca3a641151df60baa7371635f508.tar.gz
coreclr-af0c1f287d31ca3a641151df60baa7371635f508.tar.bz2
coreclr-af0c1f287d31ca3a641151df60baa7371635f508.zip
Typos (#20271)
* oportunistically -> opportunistically * oppportunity -> opportunity * Oppporunity -> Opportunity * optinal -> optional * optimisitic -> optimistic * optionaly -> optionally * origianl -> original * orignally -> originally * otheriwse -> otherwise * otherrwise -> otherwise
Diffstat (limited to 'src/debug/di')
-rw-r--r--src/debug/di/divalue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/di/divalue.cpp b/src/debug/di/divalue.cpp
index 50ecd68aa9..59cd382085 100644
--- a/src/debug/di/divalue.cpp
+++ b/src/debug/di/divalue.cpp
@@ -1592,7 +1592,7 @@ void * CordbReferenceValue::GetObjectAddress(MemoryRange localValue)
void CordbReferenceValue::UpdateTypeInfo()
{
// If the object type that we got back is different than the one we sent, then it means that we
- // orignally had a CLASS and now have something more specific, like a SDARRAY, MDARRAY, or STRING or
+ // originally had a CLASS and now have something more specific, like a SDARRAY, MDARRAY, or STRING or
// a constructed type.
// Update our signature accordingly, which is okay since we always have a copy of our sig. This
// ensures that the reference's signature accurately reflects what the Runtime knows it's pointing