From: Brian Sullivan Date: Wed, 29 Aug 2018 21:37:48 +0000 (-0700) Subject: Fix typo X-Git-Tag: submit/tizen/20210909.063632~11030^2~4017^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88e4aaa01475cb996aaee23f542c5962e6c8df03;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix typo Commit migrated from https://github.com/dotnet/coreclr/commit/c5cf85ad3a9be5de0daf0bfe111a64d849c58971 --- diff --git a/src/coreclr/src/jit/valuenum.cpp b/src/coreclr/src/jit/valuenum.cpp index f64a0d1..8c4f436 100644 --- a/src/coreclr/src/jit/valuenum.cpp +++ b/src/coreclr/src/jit/valuenum.cpp @@ -780,7 +780,7 @@ void ValueNumStore::VNPUnpackExc(ValueNumPair vnWx, ValueNumPair* pvn, ValueNumP // - The Value Number for the expression without the exception set. // This can be the orginal 'vn', when there are no exceptions. // -// Notes: - Whenever we have an exceptionm set the Value Number will be +// Notes: - Whenever we have an exception set the Value Number will be // a VN func with VNF_ValWithExc. // This VN func has the normal value as m_args[0] // @@ -824,7 +824,7 @@ ValueNumPair ValueNumStore::VNPNormVal(ValueNumPair vnp) // If the 'vn' has no exception set then a special Value Number // representing the empty exception set is returned. // -// Notes: - Whenever we have an exceptionm set the Value Number will be +// Notes: - Whenever we have an exception set the Value Number will be // a VN func with VNF_ValWithExc. // This VN func has the exception set as m_args[1] //