Fix spelling errors

This commit is contained in:
Anthony Green
2013-10-08 06:45:51 -04:00
parent ff06269d70
commit 128cd1d2f3
17 changed files with 39 additions and 28 deletions

View File

@@ -593,7 +593,7 @@ darwin_adjust_aggregate_sizes (ffi_type *s)
/* Natural alignment for all items. */
align = p->alignment;
#else
/* Natrual alignment for the first item... */
/* Natural alignment for the first item... */
if (i == 0)
align = p->alignment;
else if (p->alignment == 16 || p->alignment < 4)