diff options
author | Roland McGrath <roland@gnu.org> | 2004-02-11 08:28:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-02-11 08:28:11 +0000 |
commit | f624adb59852f394c8264fadc25478e9cf16015b (patch) | |
tree | 8efafc0b6d875bd2252824f48a432f60e2a8098c | |
parent | a6f69ac14a581e3a4bcdf633250e0ede9733df09 (diff) |
2004-02-10 Roland McGrath <roland@frob.com>
* linux-src/arch/i386/lib/checksum.S: Fix comment syntax.
-rw-r--r-- | pfinet/linux-src/arch/i386/lib/checksum.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pfinet/linux-src/arch/i386/lib/checksum.S b/pfinet/linux-src/arch/i386/lib/checksum.S index af10dc7c..b48265da 100644 --- a/pfinet/linux-src/arch/i386/lib/checksum.S +++ b/pfinet/linux-src/arch/i386/lib/checksum.S @@ -334,15 +334,15 @@ DST( movb %cl, (%edi) ) 7: 5000: -# Exception handler: +/* Exception handler: */ .section .fixup, "ax" 6001: movl ARGBASE+20(%esp), %ebx # src_err_ptr movl $-EFAULT, (%ebx) - # zero the complete destination - computing the rest - # is too much work + /* zero the complete destination - computing the rest + is too much work */ movl ARGBASE+8(%esp), %edi # dst movl ARGBASE+12(%esp), %ecx # len xorl %eax,%eax |