diff options
Diffstat (limited to 'includes/Stg.h')
-rw-r--r-- | includes/Stg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Stg.h b/includes/Stg.h index 5f1f0799c5..4faed91c42 100644 --- a/includes/Stg.h +++ b/includes/Stg.h @@ -91,7 +91,7 @@ /* * The C backend likes to refer to labels by just mentioning their - * names. Howevver, when a symbol is declared as a variable in C, the + * names. However, when a symbol is declared as a variable in C, the * C compiler will implicitly dereference it when it occurs in source. * So we must subvert this behaviour for .hc files by declaring * variables as arrays, which eliminates the implicit dereference. |