diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-17 23:59:59 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-17 23:59:59 +0100 |
commit | 3dd06d5e710f1c64268eec2587c57bad46080636 (patch) | |
tree | e86841e4a44b949c5602d4be7b1a44deeae50b60 /docs/stg-spec | |
parent | c5c72aaf1bfd7fd8b1455ba0e64a313a68c837e3 (diff) | |
download | haskell-3dd06d5e710f1c64268eec2587c57bad46080636.tar.gz |
Random typo fixes
[skip ci]
Diffstat (limited to 'docs/stg-spec')
-rw-r--r-- | docs/stg-spec/stg-spec.mng | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/stg-spec/stg-spec.mng b/docs/stg-spec/stg-spec.mng index cf8a71672d..ce5ca3f40b 100644 --- a/docs/stg-spec/stg-spec.mng +++ b/docs/stg-spec/stg-spec.mng @@ -132,7 +132,7 @@ acts as a pointer to the value on the heap. \gram{\ottheap} Execution procedes until a return value (a literal or a variable, i.e. -pointer to the heap) is produced. To accomodate for let-no-escape +pointer to the heap) is produced. To accommodate for let-no-escape bindings, we also allow execution to terminate with a jump to a function application of a let-no-escape variable. |