From c5cf85ad3a9be5de0daf0bfe111a64d849c58971 Mon Sep 17 00:00:00 2001 From: Brian Sullivan Date: Wed, 29 Aug 2018 14:37:48 -0700 Subject: [PATCH] Fix typo --- src/jit/valuenum.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jit/valuenum.cpp b/src/jit/valuenum.cpp index f64a0d1..8c4f436 100644 --- a/src/jit/valuenum.cpp +++ b/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] // -- 2.7.4