summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-02-01 19:12:23 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-02-01 19:12:23 +0100
commitac1b5af1f554d17d3a03281f7db90003d814906e (patch)
tree09afad3f34e385b8291b71f152134649526c7199
parenta54d32209bff1a8cf020ed482385c1b688f11136 (diff)
downloadgmp-ac1b5af1f554d17d3a03281f7db90003d814906e.tar.gz
Fix a comment typo.
-rw-r--r--tests/mpn/logic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpn/logic.c b/tests/mpn/logic.c
index 4302624f7..3077a75d8 100644
--- a/tests/mpn/logic.c
+++ b/tests/mpn/logic.c
@@ -23,7 +23,7 @@ the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
#include <stdio.h>
/* Fake native prevalence of the tested operations, so that we actually test
- the compiled functions, i.., the ones which users will reach. The inlined
+ the compiled functions, i.e., the ones which users will reach. The inlined
variants will be tested through tests/mpz/logic.c. */
#define HAVE_NATIVE_mpn_com 1
#define HAVE_NATIVE_mpn_and_n 1