Mispelling
authorBrian Sullivan <briansul@microsoft.com>
Thu, 21 Feb 2019 17:53:40 +0000 (09:53 -0800)
committerBrian Sullivan <briansul@microsoft.com>
Thu, 21 Feb 2019 17:53:40 +0000 (09:53 -0800)
src/jit/optcse.cpp

index 688c209..648e670 100644 (file)
@@ -1976,7 +1976,7 @@ public:
     //
     bool IsCompatibleType(var_types cseLclVarTyp, var_types expTyp)
     {
-        // Excat type match is the expected case
+        // Exact type match is the expected case
         if (cseLclVarTyp == expTyp)
         {
             return true;