summaryrefslogtreecommitdiff
path: root/src/jit/inlinepolicy.cpp
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/jit/inlinepolicy.cpp
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/jit/inlinepolicy.cpp')
-rw-r--r--src/jit/inlinepolicy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/inlinepolicy.cpp b/src/jit/inlinepolicy.cpp
index 45dc96febc..af727c3515 100644
--- a/src/jit/inlinepolicy.cpp
+++ b/src/jit/inlinepolicy.cpp
@@ -658,7 +658,7 @@ double DefaultPolicy::DetermineMultiplier()
multiplier += 3.0;
JITDUMP("\nInline candidate has const arg that feeds a conditional. Multiplier increased to %g.", multiplier);
}
- // For prejit roots we do not see the call sites. To be suitably optimisitic
+ // For prejit roots we do not see the call sites. To be suitably optimistic
// assume that call sites may pass constants.
else if (m_IsPrejitRoot && ((m_ArgFeedsConstantTest > 0) || (m_ArgFeedsTest > 0)))
{