diff options
author | ale <ale@FreeBSD.org> | 2005-09-30 19:47:19 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-09-30 19:47:19 +0000 |
commit | d0bf7d7da68ba3f5191828e25bf65b96d14e4c9a (patch) | |
tree | b095f379f5aa304d6a462614da78a53d5c92356a /math/mpfr/pkg-descr | |
parent | f452e9e79a6336d1e192232f2ab435a4f0981f42 (diff) | |
download | FreeBSD-ports-d0bf7d7da68ba3f5191828e25bf65b96d14e4c9a.zip FreeBSD-ports-d0bf7d7da68ba3f5191828e25bf65b96d14e4c9a.tar.gz |
Correct typo.
Submitted by: Vincent Lefevre
Diffstat (limited to 'math/mpfr/pkg-descr')
-rw-r--r-- | math/mpfr/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mpfr/pkg-descr b/math/mpfr/pkg-descr index 22b3e44..fe690e5 100644 --- a/math/mpfr/pkg-descr +++ b/math/mpfr/pkg-descr @@ -7,7 +7,7 @@ floating-point computation which is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa). -WWW: http://www.mpfr/org/ +WWW: http://www.mpfr.org/ - Alex Dupre ale@FreeBSD.org |