aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-27 17:53:08 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-27 17:53:08 +0800
commit7a0e78225a62ce613672b05c9ce1e42ac6419b2c (patch)
tree2b5adb785267df86af32489d0d03378f1aa18d91 /ast.h
parent8c7c3602ac1fc2e1b382b442d3161a7151d2cec9 (diff)
...
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index e63dd0a..81f6f7e 100644
--- a/ast.h
+++ b/ast.h
@@ -50,7 +50,7 @@ typedef struct CNode {
CVar_t var;
int const_val;
int is_const;
- int offest; /* offest from var */
+ int offset; /* offset from var */
} ext;
struct CNode *chd, *next;
/* For error reporting */