diff options
author | David Shaw <[email protected]> | 2004-05-20 17:34:00 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-05-20 17:34:00 +0000 |
commit | c19c728afa3bb98209cadb0a83f0f9d18094bd57 (patch) | |
tree | b9051d8a966455557fa9da7768db6b9ef82d310c /mpi/longlong.h | |
parent | * dsa.c (verify): s/exp/exponent/ to fix a compiler warning. From Werner (diff) | |
download | gnupg-c19c728afa3bb98209cadb0a83f0f9d18094bd57.tar.gz gnupg-c19c728afa3bb98209cadb0a83f0f9d18094bd57.zip |
* longlong.h: Typo.
* mpi-pow.c (mpi_powm): s/exp/exponent/ to shutup a compiler warning.
From Werner on stable branch.
Diffstat (limited to '')
-rw-r--r-- | mpi/longlong.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/longlong.h b/mpi/longlong.h index ba0642cf2..f2c806beb 100644 --- a/mpi/longlong.h +++ b/mpi/longlong.h @@ -924,7 +924,7 @@ extern USItype __udiv_qrnnd (); /* Powerpc 64 bit support taken from gmp-4.1.2. */ /* We should test _IBMR2 here when we add assembly support for the system vendor compilers. */ -#if 0 /* Not yet enabled becuase we don't have hardware for a test. */ +#if 0 /* Not yet enabled because we don't have hardware for a test. */ #if (defined (_ARCH_PPC) || defined (__powerpc__)) && W_TYPE_SIZE == 64 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ do { \ |