summaryrefslogtreecommitdiff
path: root/mpz/cmpabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpz/cmpabs.c')
-rw-r--r--mpz/cmpabs.c6
1 files changed, 3 insertions, 3 deletions
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.