Explorar el Código

* spelling fix

git-svn-id: branches/hlcgllvm@28486 -
Jonas Maebe hace 11 años
padre
commit
0a87133e00
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
       );