aboutsummaryrefslogtreecommitdiffstats
path: root/mpfr.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr.c')
-rw-r--r--mpfr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr.c b/mpfr.c
index f5cdd58e..38f38a3a 100644
--- a/mpfr.c
+++ b/mpfr.c
@@ -618,7 +618,7 @@ set_ROUNDMODE()
ROUND_MODE = rndm;
MPFR_round_mode = n->stptr[0];
} else
- warning(_("RNDMODE value `%.*s' is invalid"), (int) n->stlen, n->stptr);
+ warning(_("ROUNDMODE value `%.*s' is invalid"), (int) n->stlen, n->stptr);
}
}