patch-1.3.87 linux/drivers/net/lance.c

Next file: linux/drivers/net/ni52.c
Previous file: linux/drivers/net/ibmtr.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.86/linux/drivers/net/lance.c linux/drivers/net/lance.c
@@ -155,7 +155,7 @@
 */
 
 /* Memory accessed from LANCE card must be aligned on 8-byte boundaries.
-   But we can't believe that kmalloc()'ed memory satisfyes it. -- SAW */
+   But we can't believe that kmalloc()'ed memory satisfies it. -- SAW */
 #define LANCE_KMALLOC(x) \
 	((void *) (((unsigned long)kmalloc((x)+7, GFP_DMA | GFP_KERNEL)+7) & ~7))
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this