From aa84783676adedfbfe2d93dc99c69dc6a1b1ca46 Mon Sep 17 00:00:00 2001
From: panne <unknown>
Date: Sat, 11 Sep 2004 18:17:04 +0000
Subject: [PATCH] [project @ 2004-09-11 18:17:04 by panne] NOINLINE is
 mentioned in the H98 report, not NOTINLINE.

MERGE TO STABLE.
---
 ghc/docs/users_guide/glasgow_exts.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/docs/users_guide/glasgow_exts.xml b/ghc/docs/users_guide/glasgow_exts.xml
index 5a22e7c6add..241245143d0 100644
--- a/ghc/docs/users_guide/glasgow_exts.xml
+++ b/ghc/docs/users_guide/glasgow_exts.xml
@@ -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>
-- 
GitLab