]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fix comment typo.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 15 Feb 2022 20:19:31 +0000 (21:19 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 15 Feb 2022 20:19:31 +0000 (21:19 +0100)
configure.ac

index b6660a1304d3d893987f0505717b86810c1df8e6..dff7d869e3bed0c29080f7f1b3d46363c2c1fdd9 100644 (file)
@@ -469,7 +469,7 @@ if test "x$enable_assembler" = xyes ; then
          asm_path="x86_64/fat $asm_path"
          OPT_NETTLE_SOURCES="fat-x86_64.c $OPT_NETTLE_SOURCES"
          # For now, not enabling aesni or sha_ni, since at least 
-         # the latter appears unavailable on te gitlab test machines.
+         # the latter appears unavailable on the gitlab test machines.
          FAT_TEST_LIST="vendor:intel vendor:amd"
        else
          if test "x$enable_x86_aesni" = xyes ; then