Browse Source

* typo fixed

git-svn-id: trunk@49118 -
florian 4 years ago
parent
commit
87a67a3222
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/x86/aoptx86.pas

+ 1 - 1
compiler/x86/aoptx86.pas

@@ -6132,7 +6132,7 @@ unit aoptx86;
                   DebugMsg(SPeepholeOptimization+'JccMovJmpMov2MovSetcc',p);
                   { remove last label }
                   RemoveInstruction(hp5);
-                  { remove second albel }
+                  { remove second label }
                   RemoveInstruction(hp3);
                   { if align is present remove it }
                   if GetNextInstruction(hp2,hp3) and (hp3.typ=ait_align) then