瀏覽代碼

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