summaryrefslogtreecommitdiff
path: root/docs/stg-spec
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-12-17 23:59:59 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-12-17 23:59:59 +0100
commit3dd06d5e710f1c64268eec2587c57bad46080636 (patch)
treee86841e4a44b949c5602d4be7b1a44deeae50b60 /docs/stg-spec
parentc5c72aaf1bfd7fd8b1455ba0e64a313a68c837e3 (diff)
downloadhaskell-3dd06d5e710f1c64268eec2587c57bad46080636.tar.gz
Random typo fixes
[skip ci]
Diffstat (limited to 'docs/stg-spec')
-rw-r--r--docs/stg-spec/stg-spec.mng2
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.