Merge ../linus
[linux-drm-fsl-dcu.git] / Documentation / usb / URB.txt
index a49e5f2c2b46e6a2f9947956d17d3a78e045e758..8ffce746d496fc41de3cfadf7ad02af5f7fa6637 100644 (file)
@@ -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 *****