summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-11-23 17:34:36 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-11-23 17:34:36 +0100
commitcc6d7e868a06c82d780ed6273f64cb5c0476ab87 (patch)
tree4763ff906d3b4589993deaa22d9005e5addebc09 /doc
parentc7a76aaa77d20bb6bc096c4dc7c95c1b1d852ab5 (diff)
downloadgmp-cc6d7e868a06c82d780ed6273f64cb5c0476ab87.tar.gz
-typo
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index 8a851acd7..367703a75 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -4231,7 +4231,7 @@ numbers. These functions start with the prefix @code{mpq_}.
Rational numbers are stored in objects of type @code{mpq_t}.
All rational arithmetic functions assume operands have a canonical form, and
-canonicalize their result. The canonical from means that the denominator and
+canonicalize their result. The canonical form means that the denominator and
the numerator have no common factors, and that the denominator is positive.
Zero has the unique representation 0/1.