summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2010-04-10 16:32:43 +0200
committerTorbjorn Granlund <tege@gmplib.org>2010-04-10 16:32:43 +0200
commit8b5db7395cd2d25493a9306ac72ca817767615d1 (patch)
tree7b8a0fc03ee9abc6b4f3472f62caa953e324cfda /mpf
parentf11407862a9f554799557c843b385d00df28bcdd (diff)
downloadgmp-8b5db7395cd2d25493a9306ac72ca817767615d1.tar.gz
Fix a comment.
Diffstat (limited to 'mpf')
-rw-r--r--mpf/div.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/div.c b/mpf/div.c
index 8f3abc611..f01e91194 100644
--- a/mpf/div.c
+++ b/mpf/div.c
@@ -37,7 +37,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
to save one limb in the division.
If r==u but the size is enough bigger than prec that there won't be an
- overlap between quotient and dividend in mpn_tdiv_qr, then we can avoid
+ overlap between quotient and dividend in mpn_div_q, then we can avoid
copying up,usize. This would only arise from a prec reduced with
mpf_set_prec_raw and will be pretty unusual, but might be worthwhile if
it could be worked into the copy_u decision cleanly. */