Browse Source

typo fixed

Kirill Kranz 10 months ago
parent
commit
be9bfbecc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/mips/aasmcpu.pas

+ 1 - 1
compiler/mips/aasmcpu.pas

@@ -719,7 +719,7 @@ begin
 
 
               case taicpu(pp).ops of
               case taicpu(pp).ops of
 
 
-                0 : {noting to do};
+                0 : {nothing to do};
 
 
                 1 : 
                 1 : 
                     if (taicpu(pp).oper[0]^.typ = top_reg) and (firstReg = taicpu(pp).oper[0]^.reg) then
                     if (taicpu(pp).oper[0]^.typ = top_reg) and (firstReg = taicpu(pp).oper[0]^.reg) then