[commit: ghc] master: docs: fix typo: 'OVERLAPPINGP' -> 'OVERLAPPING' (df1e775)

git at git.haskell.org git at git.haskell.org
Mon Aug 4 13:13:04 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/df1e77504b1c187415aa4e28c8912897064139b2/ghc

>---------------------------------------------------------------

commit df1e77504b1c187415aa4e28c8912897064139b2
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Mon Aug 4 08:09:29 2014 -0500

    docs: fix typo: 'OVERLAPPINGP' -> 'OVERLAPPING'
    
    Summary: Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
    
    Test Plan: proofread
    
    Reviewers: ezyang, austin
    
    Reviewed By: ezyang, austin
    
    Subscribers: phaskell, ezyang, simonmar, relrod, carter
    
    Differential Revision: https://phabricator.haskell.org/D100


>---------------------------------------------------------------

df1e77504b1c187415aa4e28c8912897064139b2
 docs/users_guide/glasgow_exts.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 84d6a62..3d2e634 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -10805,7 +10805,7 @@ data T = T {-# NOUNPACK #-} !(Int,Int)
 </sect2>
 
 <sect2 id="overlap-pragma">
-<title>OVERLAPPINGP, OVERLAPPABLE, OVERLAPS, and INCOHERENT pragmas</title>
+<title>OVERLAPPING, OVERLAPPABLE, OVERLAPS, and INCOHERENT pragmas</title>
 <para>
 The pragmas
   <literal>OVERLAPPING</literal>,



More information about the ghc-commits mailing list