summaryrefslogtreecommitdiff
path: root/mpq/mul.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-09-17 23:49:00 +0200
committerKevin Ryde <user42@zip.com.au>2002-09-17 23:49:00 +0200
commit735104d81c0990eb40d2abfea2a44c971174f6b1 (patch)
treeb716310ce5094a77ed32b4b887fc07b58f2a925a /mpq/mul.c
parent9b6250f43e9b628cb11e48e33b1b9c908ee7cd0b (diff)
downloadgmp-735104d81c0990eb40d2abfea2a44c971174f6b1.tar.gz
Typo in the heading comment, spotted by Conrad Curry.
Diffstat (limited to 'mpq/mul.c')
-rw-r--r--mpq/mul.c5
1 files changed, 3 insertions, 2 deletions
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.