# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.540   -> 1.541  
#	drivers/usb/storage/shuttle_usbat.c	1.8     -> 1.9    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/05/11	greg@kroah.com	1.541
# USB storage
# 
# fixed typo in variable name.
# --------------------------------------------
#
diff -Nru a/drivers/usb/storage/shuttle_usbat.c b/drivers/usb/storage/shuttle_usbat.c
--- a/drivers/usb/storage/shuttle_usbat.c	Sat May 11 22:29:10 2002
+++ b/drivers/usb/storage/shuttle_usbat.c	Sat May 11 22:29:10 2002
@@ -743,7 +743,7 @@
 				if (len - amount >= 
 					  sg[sg_segment].length-sg_offset) {
 				  memcpy(page_address(sg[sg_segment].page) +
-					 sg[sg_sgement].offset + sg_offset,
+					 sg[sg_segment].offset + sg_offset,
 					 buffer + amount,
 					 sg[sg_segment].length - sg_offset);
 				  amount += 
