Fix a typo and a formatting issue.
authorPat Gavlin <pagavlin@microsoft.com>
Thu, 6 Oct 2016 17:43:00 +0000 (10:43 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 6 Oct 2016 17:43:00 +0000 (10:43 -0700)
src/jit/lsra.cpp

index 6c6ea97..c3a2e05 100644 (file)
@@ -8578,7 +8578,7 @@ void LinearScan::insertMove(
     // - We are storing a lclVar to the stack.
     // - We are copying a lclVar between registers.
     //
-    // In the first and second cases, the lclVar node will be marked with GTF_SPILLED and GTF_SPILL, respetively.
+    // In the first and second cases, the lclVar node will be marked with GTF_SPILLED and GTF_SPILL, respectively.
     // It is up to the code generator to ensure that any necessary normalization is done when loading or storing the
     // lclVar's value.
     //
@@ -8599,7 +8599,6 @@ void LinearScan::insertMove(
     }
     else
     {
-        // If wer 
         var_types movType = genActualType(varDsc->TypeGet());
         src->gtType       = movType;