summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpq/cmp.c2
-rw-r--r--mpq/mul.c5
-rw-r--r--mpq/set_ui.c4
-rw-r--r--mpz/cmp.c4
-rw-r--r--mpz/cmp_d.c2
-rw-r--r--mpz/cmpabs.c6
6 files changed, 12 insertions, 11 deletions
diff --git a/mpq/cmp.c b/mpq/cmp.c
index 2d5572c0f..47340c9e2 100644
--- a/mpq/cmp.c
+++ b/mpq/cmp.c
@@ -1,4 +1,4 @@
-/* mpq_cmp(u,v) -- Compare U, V. Return postive, zero, or negative
+/* mpq_cmp(u,v) -- Compare U, V. Return positive, zero, or negative
based on if U > V, U == V, or U < V.
Copyright 1991, 1994, 1996, 2001, 2002 Free Software Foundation, Inc.
diff --git a/mpq/mul.c b/mpq/mul.c
index be55e8383..e2c369d2f 100644
--- a/mpq/mul.c
+++ b/mpq/mul.c
@@ -1,6 +1,7 @@
-/* mpq_mul -- mutiply two rational numbers.
+/* mpq_mul -- multiply two rational numbers.
-Copyright 1991, 1994, 1995, 1996, 2000, 2001 Free Software Foundation, Inc.
+Copyright 1991, 1994, 1995, 1996, 2000, 2001, 2002 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library.
diff --git a/mpq/set_ui.c b/mpq/set_ui.c
index 36380b72f..3a5cf8bc2 100644
--- a/mpq/set_ui.c
+++ b/mpq/set_ui.c
@@ -1,7 +1,7 @@
-/* mpq_set_ui(dest,ulong_num,ulong_den) -- Set DEST to the retional number
+/* mpq_set_ui(dest,ulong_num,ulong_den) -- Set DEST to the rational number
ULONG_NUM/ULONG_DEN.
-Copyright 1991, 1994, 1995, 2001 Free Software Foundation, Inc.
+Copyright 1991, 1994, 1995, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/cmp.c b/mpz/cmp.c
index 91807f9c8..1199be70e 100644
--- a/mpz/cmp.c
+++ b/mpz/cmp.c
@@ -1,7 +1,7 @@
-/* mpz_cmp(u,v) -- Compare U, V. Return postive, zero, or negative
+/* mpz_cmp(u,v) -- Compare U, V. Return positive, zero, or negative
based on if U > V, U == V, or U < V.
-Copyright 1991, 1993, 1994, 1996, 2001 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/cmp_d.c b/mpz/cmp_d.c
index da7548417..de63b189e 100644
--- a/mpz/cmp_d.c
+++ b/mpz/cmp_d.c
@@ -1,4 +1,4 @@
-/* mpz_cmpabs_d -- compare absolute values of mpz and double.
+/* mpz_cmp_d -- compare absolute values of mpz and double.
Copyright 2001, 2002 Free Software Foundation, Inc.
diff --git a/mpz/cmpabs.c b/mpz/cmpabs.c
index 6e33c9a95..7281cc3cb 100644
--- a/mpz/cmpabs.c
+++ b/mpz/cmpabs.c
@@ -1,8 +1,8 @@
-/* mpz_cmpabs(u,v) -- Compare U, V. Return postive, zero, or negative
+/* mpz_cmpabs(u,v) -- Compare U, V. Return positive, zero, or negative
based on if U > V, U == V, or U < V.
-Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001 Free Software Foundation,
-Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001, 2002 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.