summaryrefslogtreecommitdiff
path: root/src/jit/valuenum.cpp
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-11-22 14:23:46 -0800
committerJan Kotas <jkotas@microsoft.com>2018-11-22 14:23:46 -0800
commit445f68f3668daa527adad6f2bdd1311f2607ca71 (patch)
tree205aa06d813636709aa6abaa9b0093a56a5a7e48 /src/jit/valuenum.cpp
parente54dffef08c22a94962aacd93d4793b377cac632 (diff)
downloadcoreclr-445f68f3668daa527adad6f2bdd1311f2607ca71.tar.gz
coreclr-445f68f3668daa527adad6f2bdd1311f2607ca71.tar.bz2
coreclr-445f68f3668daa527adad6f2bdd1311f2607ca71.zip
Typos (#21171)
* accesible -> accessible * acheive -> achieve * actutl -> actual * appied -> applied * apropriate -> appropriate * aprox -> approx * aquired -> acquired * argumemts -> arguments * Argumens -> Arguments * argumetn -> argument
Diffstat (limited to 'src/jit/valuenum.cpp')
-rw-r--r--src/jit/valuenum.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jit/valuenum.cpp b/src/jit/valuenum.cpp
index b8948bd0a4..10d279b8fb 100644
--- a/src/jit/valuenum.cpp
+++ b/src/jit/valuenum.cpp
@@ -3276,7 +3276,7 @@ bool ValueNumStore::VNEvalShouldFold(var_types typ, VNFunc func, ValueNum arg0VN
//----------------------------------------------------------------------------------------
// EvalUsingMathIdentity
// - Attempts to evaluate 'func' by using mathimatical identities
-// that can be appied to 'func'.
+// that can be applied to 'func'.
//
// Arguments:
// typ - The type of the resulting ValueNum produced by 'func'
@@ -9186,7 +9186,7 @@ void Compiler::fgValueNumberAddExceptionSetForIndirection(GenTree* tree)
// - The tree's gtVNPair is updated to include
// VNF_DivideByZeroExc and VNF_ArithmeticExc,
// We will omit one or both of them when the operation
-// has constants argumemts that preclude the exception.
+// has constants arguments that preclude the exception.
//
void Compiler::fgValueNumberAddExceptionSetForDivision(GenTree* tree)
{