Fix a comment.

This commit is contained in:
Stephen Heumann 2021-02-18 12:58:57 -06:00
parent cf463ff155
commit 32f4e70826
1 changed files with 1 additions and 1 deletions

View File

@ -1324,7 +1324,7 @@ with longLongPtr^ do begin
baseType := cgQuad;
cType := ctLongLong;
end; {with}
new(uLongLongPtr); {unsigned long}
new(uLongLongPtr); {unsigned long long}
with uLongLongPtr^ do begin
size := cgQuadSize;
saveDisp := 0;