patch-2.1.107 linux/include/asm-i386/string.h

Next file: linux/include/asm-i386/vm86.h
Previous file: linux/include/asm-i386/softirq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/include/asm-i386/string.h linux/include/asm-i386/string.h
@@ -403,7 +403,7 @@
 		case 4:
 			*(unsigned long *)to = *(const unsigned long *)from;
 			return to;
-		case 6:	/* for ethernet addresses */
+		case 6:	/* for Ethernet addresses */
 			*(unsigned long *)to = *(const unsigned long *)from;
 			*(2+(unsigned short *)to) = *(2+(const unsigned short *)from);
 			return to;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov