summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2008-01-21 11:36:20 +0000
committersimonpj@microsoft.com <unknown>2008-01-21 11:36:20 +0000
commit1fe5459fe14758dbbc6106f616446f43e21a0511 (patch)
tree7b42ec7a52a64586218cfcf5b978b2502b021e31 /docs
parente55b3313a0b6db9676f4b25f6243f51015416671 (diff)
downloadhaskell-1fe5459fe14758dbbc6106f616446f43e21a0511.tar.gz
Typo in phase-control documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index f22e6c9edf..c9e6183d04 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -6309,7 +6309,7 @@ exactly what you asked for, no more and no less.
there was no pragma).
</para></listitem>
<listitem>
- <para>"<literal>INLINE[~k] f</literal>" means: be willing to inline
+ <para>"<literal>NOINLINE[~k] f</literal>" means: be willing to inline
<literal>f</literal>
until phase <literal>k</literal>, but from phase
<literal>k</literal> onwards do not inline it.