summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2007-12-13 16:59:31 +0000
committerthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2007-12-13 16:59:31 +0000
commit29cf3150b89c96ac56c75a95327af9eb20fb9556 (patch)
tree4d0f4d3eca146ab2d4eadc80f5288cd4ecdb5e2f
parent1492c0432f4b506b7f3e2cca4ee3bd3b6885079f (diff)
downloadmpfr-29cf3150b89c96ac56c75a95327af9eb20fb9556.tar.gz
Fix typos.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5074 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--mpfr.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpfr.texi b/mpfr.texi
index 20aab0a5e..969b2c87f 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -1835,10 +1835,10 @@ occurred.
@deftypefunx int mpfr_snprintf (char *@var{buf}, size_t @var{n}, const char *@var{template}, ...)
@deftypefunx int mpfr_vsprintf (char *@var{buf}, const char *@var{template}, va_list @var{ap})
@deftypefunx int mpfr_vsnprintf (char *@var{buf}, size_t @var{n}, const char *@var{template}, va_list @var{ap})
-@code{mpfr_sprintf} and @code{mpfr_vsprintf} return the numbers of characters
+@code{mpfr_sprintf} and @code{mpfr_vsprintf} return the number of characters
written in the array @var{buf} not counting the terminating null character or
a negative value if an error occurred.
-@code{mpfr_snprintf} and @code{mpfr_vsnprintf} return the numbers of
+@code{mpfr_snprintf} and @code{mpfr_vsnprintf} return the number of
characters that would have been written had @var{n} be sufficiently large,
not counting the terminating null character or a negative value if an error
occurred.