Преглед изворни кода

* fix comment typo mentioned by Bart

git-svn-id: trunk@47866 -
marco пре 4 година
родитељ
комит
185f20b9ec
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/psub.pas

+ 1 - 1
compiler/psub.pas

@@ -2165,7 +2165,7 @@ implementation
 
             { translate imag. register to their real counter parts
               this is necessary for debuginfo and verbose assembler output
-              when SSA will be impelented, this will be more complicated because we've to
+              when SSA will be implemented, this will be more complicated because we've to
               maintain location lists }
             procdef.parast.SymList.ForEachCall(@translate_registers,templist);
             procdef.localst.SymList.ForEachCall(@translate_registers,templist);