summaryrefslogtreecommitdiff
path: root/isqrt.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-03-19 01:27:54 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-03-19 01:27:54 +0000
commitc22f699056cf2e50616988d44a72036d91b9b561 (patch)
tree0bc1a415abbc9c952d8a89d3f55e7bf7707be404 /isqrt.c
parent5cb07686f02e5f681f123c1143a1f5a77b863c3d (diff)
downloadmpfr-c22f699056cf2e50616988d44a72036d91b9b561.tar.gz
Typo.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3395 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'isqrt.c')
-rw-r--r--isqrt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/isqrt.c b/isqrt.c
index d02d06b8b..a87b815f9 100644
--- a/isqrt.c
+++ b/isqrt.c
@@ -1,6 +1,6 @@
-/* __gmpfr_isqrt && __gmpfr_cuberoot -- Interger square root and cubic root
+/* __gmpfr_isqrt && __gmpfr_cuberoot -- Integer square root and cube root
-Copyright 2004 Free Software Foundation, Inc.
+Copyright 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.