diff options
author | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
commit | 700c438def7defcdda1e806f4652b89987485882 (patch) | |
tree | 4bcf95b64e4e012351d8a837e329249a2963a397 /mpi/mpi-div.c | |
parent | new release (diff) | |
download | gnupg-700c438def7defcdda1e806f4652b89987485882.tar.gz gnupg-700c438def7defcdda1e806f4652b89987485882.zip |
applied Mathews typo and grammar fixes
Diffstat (limited to 'mpi/mpi-div.c')
-rw-r--r-- | mpi/mpi-div.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/mpi-div.c b/mpi/mpi-div.c index b00b45425..f057232a2 100644 --- a/mpi/mpi-div.c +++ b/mpi/mpi-div.c @@ -311,7 +311,7 @@ mpi_tdiv_q_2exp( MPI w, MPI u, unsigned count ) } /**************** - * Check wether dividend is divisible by divisor + * Check whether dividend is divisible by divisor * (note: divisor must fit into a limb) */ int |