Skip to content

Commit 2f9ae5f

Browse files
author
redi
committed
* ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246677 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent 6b4236b commit 2f9ae5f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

include/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-04-04 Jonathan Wakely <jwakely@redhat.com>
2+
3+
* ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
4+
15
2017-02-25 Jakub Jelinek <jakub@redhat.com>
26

37
PR debug/77589

include/ansidecl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)