diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/posthaste/ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/posthaste/ast.h b/include/posthaste/ast.h index 64e987f..3096186 100644 --- a/include/posthaste/ast.h +++ b/include/posthaste/ast.h @@ -68,7 +68,7 @@ enum type_kind { /* used by lower.c, defined here to avoid circular dependencies */ struct loc { - /* offset within either local stack */ + /* offset within local stack */ uintptr_t s; /* offset within global array */ uintptr_t g; |