symm/salsa20-x86ish-sse2.S: Fix stray `##' comment to be `//'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 18 May 2016 09:29:03 +0000 (10:29 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 22 May 2016 14:58:21 +0000 (15:58 +0100)
Not sure how this one slipped through the net.  Oh, well; it didn't
cause any damage.

symm/salsa20-x86ish-sse2.S

index a168d79..b3ebf90 100644 (file)
@@ -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