summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-07-04 00:34:35 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-07-04 00:34:35 +0000
commitd1dfe6897e559a3078c5d14907c2d13ab2cce917 (patch)
tree904f55f42c7a52ba1a59e49dc3eff47a38aaae24 /doc
parentdb0cd0637db134d02b50337f39f938094fab51ff (diff)
downloadmpfr-d1dfe6897e559a3078c5d14907c2d13ab2cce917.tar.gz
[doc/mpfr.texi] Consistency change.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8316 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpfr.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index 0d01ce3b9..64328d4fd 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -679,7 +679,7 @@ to represent a group of flags (or a mask).
@comment node-name, next, previous, up
@section MPFR Variable Conventions
-Before you can assign to an MPFR variable, you need to initialize it by calling
+Before you can assign to a MPFR variable, you need to initialize it by calling
one of the special initialization functions. When you're done with a
variable, you need to clear it out, using one of the functions for that
purpose.