Typo in phase-control documentation
authorsimonpj@microsoft.com <unknown>
Mon, 21 Jan 2008 11:36:20 +0000 (11:36 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 21 Jan 2008 11:36:20 +0000 (11:36 +0000)
docs/users_guide/glasgow_exts.xml

index f22e6c9..c9e6183 100644 (file)
@@ -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.