From e007e9850117c6c9ffefa4e9e4a4c63b7293c0a9 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 11 Apr 2020 08:36:02 -0400 Subject: Update comments --- blake2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blake2.cpp') diff --git a/blake2.cpp b/blake2.cpp index d309c6f8..3504f131 100644 --- a/blake2.cpp +++ b/blake2.cpp @@ -22,7 +22,7 @@ #include "cpu.h" // Uncomment for benchmarking C++ against SSE2 or NEON. -// Do so in both blake2.cpp and blake2-simd.cpp. +// Do so in both blake2.cpp and blake2_simd.cpp. // #undef CRYPTOPP_SSE41_AVAILABLE // #undef CRYPTOPP_ARM_NEON_AVAILABLE // #undef CRYPTOPP_ALTIVEC_AVAILABLE -- cgit v1.2.1