From e007e9850117c6c9ffefa4e9e4a4c63b7293c0a9 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 11 Apr 2020 08:36:02 -0400 Subject: Update comments --- sm4_simd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sm4_simd.cpp') diff --git a/sm4_simd.cpp b/sm4_simd.cpp index 99bafa41..d19e0592 100644 --- a/sm4_simd.cpp +++ b/sm4_simd.cpp @@ -17,7 +17,7 @@ #include "misc.h" // Uncomment for benchmarking C++ against SSE. -// Do so in both simon.cpp and simon-simd.cpp. +// Do so in both simon.cpp and simon_simd.cpp. // #undef CRYPTOPP_AESNI_AVAILABLE #if (CRYPTOPP_AESNI_AVAILABLE) -- cgit v1.2.1