aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index 7630f4c..9b65e6d 100644
--- a/tcc.h
+++ b/tcc.h
@@ -379,7 +379,7 @@ typedef struct SValue {
struct Attribute {
unsigned
func_call : 3, /* calling convention (0..5), see below */
- aligned : 5, /* alignement (0..16) */
+ aligned : 5, /* alignment as log2+1 (0 == unspecified) */
packed : 1,
func_export : 1,
func_import : 1,