X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Fusb%2FURB.txt;fp=Documentation%2Fusb%2FURB.txt;h=8ffce746d496fc41de3cfadf7ad02af5f7fa6637;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=a49e5f2c2b46e6a2f9947956d17d3a78e045e758;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/Documentation/usb/URB.txt b/Documentation/usb/URB.txt index a49e5f2c2..8ffce746d 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 *****