diff options
author | Linus Nordberg <linus@nordberg.se> | 2000-04-04 16:27:23 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2000-04-04 16:27:23 +0200 |
commit | 9900a1cc85d4911c5e5220ce34fc04cce9cfff19 (patch) | |
tree | 84eaf98f5027bb2e5cc9ecb0f8333cc6d9ce2c69 /randraw.c | |
parent | ad5a09312703c4439d5b23ae8cdf5acc15b34483 (diff) | |
download | gmp-9900a1cc85d4911c5e5220ce34fc04cce9cfff19.tar.gz |
Fix spelling.
Diffstat (limited to 'randraw.c')
-rw-r--r-- | randraw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ MA 02111-1307, USA. */ #include "gmp-impl.h" #include "longlong.h" -/* For linear congruental (LC), we use one of algorithms (1) or (2). +/* For linear congruential (LC), we use one of algorithms (1) or (2). (gmp-3.0 uses algorithm (1) with 'm' as a power of 2.) LC algorithm (1). |