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

* spelling fix

git-svn-id: branches/hlcgllvm@28486 -
Jonas Maebe преди 11 години
родител
ревизия
0a87133e00
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compiler/tgobj.pas

+ 1 - 1
compiler/tgobj.pas

@@ -146,7 +146,7 @@ implementation
 {$ifdef EXTDEBUG}
       TempTypeStr : array[ttemptype] of string[18] = (
           '<none>',
-          'free','normal','persistant',
+          'free','normal','persistent',
           'noreuse','freenoreuse',
           'regallocator','freeregallocator'
       );