summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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