[project @ 2004-09-11 18:17:04 by panne]
authorpanne <unknown>
Sat, 11 Sep 2004 18:17:04 +0000 (18:17 +0000)
committerpanne <unknown>
Sat, 11 Sep 2004 18:17:04 +0000 (18:17 +0000)
NOINLINE is mentioned in the H98 report, not NOTINLINE.

MERGE TO STABLE.

ghc/docs/users_guide/glasgow_exts.xml

index 5a22e7c..2412451 100644 (file)
@@ -4186,7 +4186,7 @@ key_function :: Int -> String -> (Bool, Double)
         you're very cautious about code size.</para>
 
        <para><literal>NOTINLINE</literal> is a synonym for
-        <literal>NOINLINE</literal> (<literal>NOTINLINE</literal> is
+        <literal>NOINLINE</literal> (<literal>NOINLINE</literal> is
         specified by Haskell 98 as the standard way to disable
         inlining, so it should be used if you want your code to be
         portable).</para>