Micharl Kohler's spelling fixes

This commit is contained in:
Anthony Green
2010-05-05 20:14:56 -04:00
parent 9dc9a293f3
commit 6309741522
14 changed files with 27686 additions and 4 deletions

View File

@@ -225,7 +225,7 @@ ffi_prep_cif_machdep(ffi_cif *cif)
int flags;
/* Adjust cif->bytes to include space for the bits of the ia64_args frame
that preceeds the integer register portion. The estimate that the
that precedes the integer register portion. The estimate that the
generic bits did for the argument space required is good enough for the
integer component. */
cif->bytes += offsetof(struct ia64_args, gp_regs[0]);