Explorar o código

* fixed typo

git-svn-id: trunk@2173 -
florian %!s(int64=20) %!d(string=hai) anos
pai
achega
1851481694
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/cgobj.pas

+ 1 - 1
compiler/cgobj.pas

@@ -1953,7 +1953,7 @@ implementation
           if saved_standard_registers[r] in rg[R_INTREGISTER].used_in_proc then
             begin
               hreg:=newreg(R_INTREGISTER,saved_standard_registers[r],R_SUBWHOLE);
-              { Allocate register so the optimizer does remove the load }
+              { Allocate register so the optimizer does not remove the load }
               a_reg_alloc(list,hreg);
               a_load_ref_reg(list,OS_ADDR,OS_ADDR,href,hreg);
               inc(href.offset,sizeof(aint));