merge from gcc

This commit is contained in:
DJ Delorie 2006-12-06 19:28:41 +00:00
parent 8b8273781b
commit ad1fcc4a3c
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ So instead we use the macro below and test it against specific values. */
# endif /* GNUC >= 3.0 */
#endif /* ATTRIBUTE_ALIGNED_ALIGNOF */
/* Useful for structures whoes layout must much some binary specification
/* Useful for structures whose layout must much some binary specification
regardless of the alignment and padding qualities of the compiler. */
#ifndef ATTRIBUTE_PACKED
# define ATTRIBUTE_PACKED __attribute__ ((packed))