]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/usbip/usbip_protocol.txt
Merge tag 'dm-3.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
[~andy/linux] / drivers / staging / usbip / usbip_protocol.txt
index 0f102081e86c67f2ceb06cf7dcfc378a9ef8dd10..16b6fe27284cc1b1184ed6eb36dcf57f5f9eb5eb 100644 (file)
@@ -27,7 +27,7 @@ Once the client knows the list of exported USB devices it may decide to use one
 of them. First the client opens a TCP/IP connection towards the server and
 sends an OP_REQ_IMPORT packet. The server replies with OP_REP_IMPORT. If the
 import was successful the TCP/IP connection remains open and will be used
-to trasfer the URB traffic between the client and the server. The client may
+to transfer the URB traffic between the client and the server. The client may
 send two types of packets: the USBIP_CMD_SUBMIT to submit an URB, and
 USBIP_CMD_UNLINK to unlink a previously submitted URB. The answers of the
 server may be USBIP_RET_SUBMIT and USBIP_RET_UNLINK respectively.