chiark / gitweb /
math/mpx-mul4-x86-sse2.S: Fix operand name in commentary.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 5 Nov 2016 21:28:22 +0000 (21:28 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 3 Apr 2017 09:12:20 +0000 (10:12 +0100)
math/mpx-mul4-x86-sse2.S

index e466cfa9bd7c24aa6adbe50d37dc6a0f4eafe4fa..5aee9e6cb4ad821e0b77b6e5b2aaa1c2be9605e8 100644 (file)
@@ -623,7 +623,7 @@ ENDFUNC
 
 INTFUNC(mont4)
        // On entry, EDI points to the destination buffer holding a packed
-       // value A; EBX points to a packed operand N; ESI points to an
+       // value W; EBX points to a packed operand N; ESI points to an
        // expanded operand M; and EDX points to a place to store an expanded
        // result Y (32 bytes, at a 16-byte boundary).
        //