From f624adb59852f394c8264fadc25478e9cf16015b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 11 Feb 2004 08:28:11 +0000 Subject: 2004-02-10 Roland McGrath * linux-src/arch/i386/lib/checksum.S: Fix comment syntax. --- pfinet/linux-src/arch/i386/lib/checksum.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pfinet/linux-src/arch') 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 -- cgit v1.2.3