From 7afb1dc979f7cac10db1e4b32bd2c57f021fccdf Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 18 May 2016 10:29:03 +0100 Subject: [PATCH] symm/salsa20-x86ish-sse2.S: Fix stray `##' comment to be `//'. Not sure how this one slipped through the net. Oh, well; it didn't cause any damage. --- symm/salsa20-x86ish-sse2.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symm/salsa20-x86ish-sse2.S b/symm/salsa20-x86ish-sse2.S index a168d79a..b3ebf90c 100644 --- a/symm/salsa20-x86ish-sse2.S +++ b/symm/salsa20-x86ish-sse2.S @@ -146,7 +146,7 @@ FUNC(salsa20_core_x86ish_sse2) movdqu xmm2, [IN + 32] movdqu xmm3, [IN + 48] - ## Take a copy for later. + // Take a copy for later. movdqa SAVE0, xmm0 movdqa SAVE1, xmm1 movdqa SAVE2, xmm2 -- 2.11.0