summaryrefslogtreecommitdiff
path: root/mpf/sqrt_ui.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-03-01 22:56:22 +0100
committerKevin Ryde <user42@zip.com.au>2004-03-01 22:56:22 +0100
commitcab2b67f22ae9e946283889179bb32f70e362b42 (patch)
treeb2042ef1fe9c2e18b4111095ce177dbd2d385fb7 /mpf/sqrt_ui.c
parentb3552ca547fad4d5fde9d667b8e3aa380443b7b6 (diff)
downloadgmp-cab2b67f22ae9e946283889179bb32f70e362b42.tar.gz
Grammatical typo.
Diffstat (limited to 'mpf/sqrt_ui.c')
-rw-r--r--mpf/sqrt_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/sqrt_ui.c b/mpf/sqrt_ui.c
index 3ef38f4a8..6fb40d66d 100644
--- a/mpf/sqrt_ui.c
+++ b/mpf/sqrt_ui.c
@@ -44,7 +44,7 @@ MA 02111-1307, USA. */
No attempt is made to identify perfect squares. It's considered this can
be left to an application if it might occur with any frequency. As it
- stands, mpn_sqrtrem does it's normal amount of work on a perfect square
+ stands, mpn_sqrtrem does its normal amount of work on a perfect square
followed by zero limbs, though of course only an mpn_sqrtrem1 would be
actually needed. We also end up leaving our mpf result with lots of low
trailing zeros, slowing down subsequent operations.