2
0
Эх сурвалжийг харах

* spelling fix

git-svn-id: branches/hlcgllvm@28486 -
Jonas Maebe 11 жил өмнө
parent
commit
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'
       );