Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/32019d8e93aa27ef0f249de8535ba53e9cf63c64

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

commit 32019d8e93aa27ef0f249de8535ba53e9cf63c64
Author: shelarcy <shela...@gmail.com>
Date:   Tue Oct 2 17:10:13 2012 +0900

    Fix typo in the documentation of CApiFFI
    
    Signed-off-by: Gabor Greif <ggr...@gmail.com>

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

 docs/users_guide/ffi-chap.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml
index 2425d82..e778c03 100644
--- a/docs/users_guide/ffi-chap.xml
+++ b/docs/users_guide/ffi-chap.xml
@@ -164,7 +164,7 @@ foreign import ccall interruptible
       <sect2 id="ffi-capi">
         <title>The CAPI calling convention</title>
         <para>
-          The <literal>CAPI</literal> extension allows a calling
+          The <literal>CApiFFI</literal> extension allows a calling
           convention of <literal>capi</literal> to be used in foreign
           declarations, e.g.
 



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to