diff options
author | Werner Koch <[email protected]> | 2004-03-29 13:06:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-03-29 13:06:48 +0000 |
commit | fcbd25c5adfed910fb7d4b84a6e5fd5387fa410a (patch) | |
tree | c16a17d9c55c8099ae30b0a5c91956e0f6428806 | |
parent | * keyedit.c (keyedit_menu): Request a trustdb update when adding a new (diff) | |
download | gnupg-fcbd25c5adfed910fb7d4b84a6e5fd5387fa410a.tar.gz gnupg-fcbd25c5adfed910fb7d4b84a6e5fd5387fa410a.zip |
typo fix
-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 { \ |