From: DJ Delorie Date: Wed, 6 Dec 2006 19:28:41 +0000 (+0000) Subject: merge from gcc X-Git-Tag: drow-reverse-20070409-branchpoint~1132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce493bd98dd0356ec3b0b923ee0f7b69e607c494;p=external%2Fbinutils.git merge from gcc --- diff --git a/include/ansidecl.h b/include/ansidecl.h index 793b1e6..16adc47a 100644 --- a/include/ansidecl.h +++ b/include/ansidecl.h @@ -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))