summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-11-02 21:11:29 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-11-02 21:11:29 +0000
commit9d66814c8c74e64e571f98d48f3c140064663515 (patch)
treece90290cb61412d4f218e29fcc8a668b73242993
parent64770dbd13ee7caf8758a23f86ae00857f65d9e5 (diff)
downloadmpfr-9d66814c8c74e64e571f98d48f3c140064663515.tar.gz
[src/strtofr.c] Spelling.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7938 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/strtofr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strtofr.c b/src/strtofr.c
index dda5740b5..c741e4b16 100644
--- a/src/strtofr.c
+++ b/src/strtofr.c
@@ -797,7 +797,7 @@ mpfr_strtofr (mpfr_t x, const char *string, char **end, int base,
/* For base <= 36, parsing is case-insensitive. */
MPFR_ASSERTN (base == 0 || (base >= 2 && base <= 62));
- /* If an error occured, it must return 0 */
+ /* If an error occurred, it must return 0. */
MPFR_SET_ZERO (x);
MPFR_SET_POS (x);