]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Apr 2017 11:19:47 +0000 (11:19 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Apr 2017 11:19:47 +0000 (11:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246677 138bc75d-0d04-0410-961f-82ee72b054a4

include/ChangeLog
include/ansidecl.h

index 2e927cbd5a1a56e17fad15a0c7383d1e720c6238..9571a46a1efcf225b3068ff5845c5349cdd010df 100644 (file)
@@ -1,3 +1,7 @@
+2017-04-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       * ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
+
 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/77589
index 6c0c837bf23cb4f16d1551cd488ed4910abb9df0..25f33dad232e86490d1644c9cf5f29323d224ce3 100644 (file)
@@ -252,7 +252,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 whose layout must much some binary specification
+/* Useful for structures whose layout must match some binary specification
    regardless of the alignment and padding qualities of the compiler.  */
 #ifndef ATTRIBUTE_PACKED
 # define ATTRIBUTE_PACKED __attribute__ ((packed))