summaryrefslogtreecommitdiff
path: root/mpq
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-11-04 02:00:19 +0100
committerKevin Ryde <user42@zip.com.au>2000-11-04 02:00:19 +0100
commit1849e8b9851b82166536e0b82d00096a996bf5d3 (patch)
tree88983dd06389ea3c6e8f577736da13600b8f5d85 /mpq
parent8b4adb40faa0b75fe4ff15746c560350df810222 (diff)
downloadgmp-1849e8b9851b82166536e0b82d00096a996bf5d3.tar.gz
Add a comma.
Diffstat (limited to 'mpq')
-rw-r--r--mpq/md_2exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpq/md_2exp.c b/mpq/md_2exp.c
index 611693d5b..fd6e60c76 100644
--- a/mpq/md_2exp.c
+++ b/mpq/md_2exp.c
@@ -26,7 +26,7 @@ MA 02111-1307, USA.
#include "longlong.h"
-/* The multiplier/divisor "n" representing 2^n, is applied by right shifting
+/* The multiplier/divisor "n", representing 2^n, is applied by right shifting
"r" until it's odd (if it isn't already), and left shifting "l" for the
rest. */