File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ 2017-04-04 Jonathan Wakely <jwakely@redhat.com>
2+
3+ * ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
4+
152017-02-25 Jakub Jelinek <jakub@redhat.com>
26
37 PR debug/77589
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ So instead we use the macro below and test it against specific values. */
252252# endif /* GNUC >= 3.0 */
253253#endif /* ATTRIBUTE_ALIGNED_ALIGNOF */
254254
255- /* Useful for structures whose layout must much some binary specification
255+ /* Useful for structures whose layout must match some binary specification
256256 regardless of the alignment and padding qualities of the compiler. */
257257#ifndef ATTRIBUTE_PACKED
258258# define ATTRIBUTE_PACKED __attribute__ ((packed))
You can’t perform that action at this time.
0 commit comments