From: Martin Storsjö Date: Sun, 21 Apr 2013 18:16:36 +0000 (+0200) Subject: Fixed comment typos. X-Git-Tag: nettle_2.7_release_20130424~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f1b2f10c7e3861400e44994e11c367621658580;p=thirdparty%2Fnettle.git Fixed comment typos. --- diff --git a/aclocal.m4 b/aclocal.m4 index 0d24fc2e..98b399b6 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -610,8 +610,8 @@ AC_SUBST(EXEEXT_FOR_BUILD,$gmp_cv_prog_exeext_for_build) dnl NETTLE_CHECK_ARM_NEON dnl --------------------- -dnl Check if ARM Neon instructinos should be used. -dnl Obeys enable_arn_neon, which should be set earlier. +dnl Check if ARM Neon instructions should be used. +dnl Obeys enable_arm_neon, which should be set earlier. AC_DEFUN([NETTLE_CHECK_ARM_NEON], [if test "$enable_arm_neon" = auto ; then if test "$cross_compiling" = yes ; then