From e2124999ccf69c3ffcea0dc9b42952f319f7ffa5 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 19 Oct 2015 00:24:39 +0200 Subject: [PATCH] doesn't -> does not --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 389b5f40..9347fe07 100644 --- a/configure.ac +++ b/configure.ac @@ -414,7 +414,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ # error mode(TI) is a gcc extension #endif #if defined(__clang__) && !defined(__x86_64__) -# error clang doesn't properly compile smult_curve25519_donna_c64.c +# error clang does not properly compile smult_curve25519_donna_c64.c #endif #ifndef NATIVE_LITTLE_ENDIAN # error donna_c64 currently requires a little endian CPU