Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/fc8f9c1be4f05ddf58c128ecca7213351765168b >--------------------------------------------------------------- commit fc8f9c1be4f05ddf58c128ecca7213351765168b Author: shelarcy <[email protected]> Date: Tue Oct 2 17:10:13 2012 +0900 Fix typo in the documentation of CApiFFI Signed-off-by: Gabor Greif <[email protected]> >--------------------------------------------------------------- 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 [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
