]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fixed comment typos.
authorMartin Storsjö <martin@martin.st>
Sun, 21 Apr 2013 18:16:36 +0000 (20:16 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 21 Apr 2013 18:16:36 +0000 (20:16 +0200)
aclocal.m4

index 0d24fc2e549eb6cf6c0cee2b7a6c682a3ece50a9..98b399b651afcf3f524fccddf2959e27dd5aac51 100644 (file)
@@ -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