aboutsummaryrefslogtreecommitdiff
path: root/include
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
commitce493bd98dd0356ec3b0b923ee0f7b69e607c494 (patch)
tree85130bf3e94c69b3a4a22117a7f24c2dbaa62769 /include
parent9021ec07d7faf9e4067c5c497a21562b78c45a65 (diff)
downloadfsf-binutils-gdb-ce493bd98dd0356ec3b0b923ee0f7b69e607c494.zip
fsf-binutils-gdb-ce493bd98dd0356ec3b0b923ee0f7b69e607c494.tar.gz
fsf-binutils-gdb-ce493bd98dd0356ec3b0b923ee0f7b69e607c494.tar.bz2
merge from gcc
Diffstat (limited to 'include')
-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..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))