summaryrefslogtreecommitdiff
path: root/mpq/set_ui.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/set_ui.c
parent9b6250f43e9b628cb11e48e33b1b9c908ee7cd0b (diff)
downloadgmp-735104d81c0990eb40d2abfea2a44c971174f6b1.tar.gz
Typo in the heading comment, spotted by Conrad Curry.
Diffstat (limited to 'mpq/set_ui.c')
-rw-r--r--mpq/set_ui.c4
1 files changed, 2 insertions, 2 deletions
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.