rtl: typo

git-svn-id: trunk@24469 -
This commit is contained in:
paul 2013-05-08 03:10:03 +00:00
parent bc973e538d
commit cd8690c197

View File

@ -142,7 +142,7 @@ unit typinfo;
{$endif FPC_REQUIRES_PROPER_ALIGNMENT}
record
Flags: Byte;
ParamType: PPTypeInfo;
ParamType: PTypeInfo;
Name: ShortString;
end;