aboutsummaryrefslogtreecommitdiff
path: root/include/ansidecl.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2006-12-06 19:28:41 +0000
committerDJ Delorie <dj@redhat.com>2006-12-06 19:28:41 +0000
commitad1fcc4a3ccdd606ccead318c8a6cfe139e625ba (patch)
treeeecf229cebc6d6432748ab31edfdf1275a9517d8 /include/ansidecl.h
parent8b8273781b6a34f1e1f0e375349b64643bbf987c (diff)
downloadnewlib-ad1fcc4a3ccdd606ccead318c8a6cfe139e625ba.zip
newlib-ad1fcc4a3ccdd606ccead318c8a6cfe139e625ba.tar.gz
newlib-ad1fcc4a3ccdd606ccead318c8a6cfe139e625ba.tar.bz2
merge from gcc
Diffstat (limited to 'include/ansidecl.h')
-rw-r--r--include/ansidecl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ansidecl.h b/include/ansidecl.h
index 793b1e6..16adc47 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))