diff options
author | Ian Lynagh <igloo@earth.li> | 2012-03-09 18:34:31 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-03-11 10:49:30 +0000 |
commit | 11ad9277380434e4824f7fdb0f4deb5434945dee (patch) | |
tree | c6e6b7136268c905cee05fea86306ba36ce58b28 /includes/Stg.h | |
parent | 69b2113c1dbc5e583718e64e6ff2145daf721b31 (diff) | |
download | haskell-11ad9277380434e4824f7fdb0f4deb5434945dee.tar.gz |
Typo in comment
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. |