* More typo fixes

git-svn-id: trunk@6981 -
This commit is contained in:
michael 2007-03-24 21:35:08 +00:00
parent 0dc221be8f
commit 3399c88af7

View File

@ -45,7 +45,7 @@
st_mode, st_mode,
st_uid, st_uid,
st_gid, st_gid,
__pad0 : cardinal; __pad1 : cardinal;
st_rdev : qword; st_rdev : qword;
st_size, st_size,
st_blksize, st_blksize,
@ -57,7 +57,7 @@
st_mtime_nsec, st_mtime_nsec,
st_ctime, st_ctime,
st_ctime_nsec : qword; st_ctime_nsec : qword;
__unused : array[0..2] of qword;); __unused2 : array[0..2] of qword;);
end; end;
{$else} {$else}