* spelling fix

git-svn-id: branches/hlcgllvm@28486 -
This commit is contained in:
Jonas Maebe 2014-08-19 20:22:37 +00:00
parent 344acef9b5
commit 0a87133e00

View File

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