From 445f68f3668daa527adad6f2bdd1311f2607ca71 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 22 Nov 2018 14:23:46 -0800 Subject: Typos (#21171) * accesible -> accessible * acheive -> achieve * actutl -> actual * appied -> applied * apropriate -> appropriate * aprox -> approx * aquired -> acquired * argumemts -> arguments * Argumens -> Arguments * argumetn -> argument --- src/jit/valuenum.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jit/valuenum.cpp') 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) { -- cgit v1.2.3