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)
Commit migrated from https://github.com/dotnet/coreclr/commit/28dcdac7f0251cd3bfff722030e43901688a70ad

src/coreclr/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;