From 854fe5072f64dd10eeea8ada4daa8b047da525d6 Mon Sep 17 00:00:00 2001 From: Zdenek Styblik <stybla@turnovfree.net> Date: Mon, 30 May 2016 09:43:45 +0200 Subject: [PATCH] Fix typo in ATTRIBUTE_PACKED documentation in include/ansidecl.h Commit fixes typo in ATTRIBUTE_PACKED documentation in include/ansidecl.h --- include/ansidecl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ansidecl.h b/include/ansidecl.h index 6e4bfc21f25..b68b4bf2e84 100644 --- a/include/ansidecl.h +++ b/include/ansidecl.h @@ -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)) -- GitLab