mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:49:22 +02:00
* spelling fix
git-svn-id: branches/hlcgllvm@28486 -
This commit is contained in:
parent
344acef9b5
commit
0a87133e00
@ -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'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user