summaryrefslogtreecommitdiff
path: root/mpf2mpfr.h
diff options
context:
space:
mode:
authorthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2009-05-13 16:15:00 +0000
committerthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2009-05-13 16:15:00 +0000
commit79a6b8e07553456df02916ed3f2b8a8688d9c059 (patch)
treec1e82a130942ae57c5060f4ad0e8efa37861c0d8 /mpf2mpfr.h
parentf818c13891a35dec09fc243e8b68694bbb81c23d (diff)
downloadmpfr-79a6b8e07553456df02916ed3f2b8a8688d9c059.tar.gz
mpf2mpfr.h: fix typo
[merge r6153 r6154 from trunk] git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.4@6212 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpf2mpfr.h')
-rw-r--r--mpf2mpfr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpf2mpfr.h b/mpf2mpfr.h
index 0b89eefa8..fe96f648a 100644
--- a/mpf2mpfr.h
+++ b/mpf2mpfr.h
@@ -21,7 +21,7 @@ the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA. */
#ifndef __MPFR_FROM_MPF__
-#define __MPFR_FROM_MFF__
+#define __MPFR_FROM_MPF__
/* types */
#define mpf_t mpfr_t
@@ -169,4 +169,4 @@ MA 02110-1301, USA. */
#undef mpf_urandomb
#define mpf_urandomb(x,y,n) mpfr_urandomb(x,y)
-#endif
+#endif /* __MPFR_FROM_MPF__ */