X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=Documentation%2Fusb%2FURB.txt;h=8ffce746d496fc41de3cfadf7ad02af5f7fa6637;hb=185bd6e2fb1f77e48e4aed50b77edcbf4f08b8fe;hp=a49e5f2c2b46e6a2f9947956d17d3a78e045e758;hpb=536f8098026bde1368bbfcbcb9682a7637b73df2;p=linux-2.6-omap-h63xx.git diff --git a/Documentation/usb/URB.txt b/Documentation/usb/URB.txt index a49e5f2c2b4..8ffce746d49 100644 --- a/Documentation/usb/URB.txt +++ b/Documentation/usb/URB.txt @@ -184,7 +184,7 @@ you can pass information to the completion handler. Note that even when an error (or unlink) is reported, data may have been transferred. That's because USB transfers are packetized; it might take sixteen packets to transfer your 1KByte buffer, and ten of them might -have transferred succesfully before the completion was called. +have transferred successfully before the completion was called. NOTE: ***** WARNING *****