X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Documentation%2Fusb%2FURB.txt;h=8ffce746d496fc41de3cfadf7ad02af5f7fa6637;hb=6124a4e430b64d1577438c8648c59e996d02e73e;hp=a49e5f2c2b46e6a2f9947956d17d3a78e045e758;hpb=bfab08c097df5f6a60dd07f0f8c78c54e725780b;p=cascardo%2Flinux.git diff --git a/Documentation/usb/URB.txt b/Documentation/usb/URB.txt index a49e5f2c2b46..8ffce746d496 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 *****