Преглед на файлове

* 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);