aboutsummaryrefslogtreecommitdiff
path: root/src/analyzer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyzer.h')
-rw-r--r--src/analyzer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyzer.h b/src/analyzer.h
index ca32eea..92857d7 100644
--- a/src/analyzer.h
+++ b/src/analyzer.h
@@ -44,7 +44,7 @@ typedef struct type {
union {
struct {
- uint8_t size;
+ uint8_t size; /* number of bytes */
bool issigned;
bool isfloat;
};