summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Hector Martin2009-05-05 02:27:17 +0200
committerGravatar Hector Martin2009-05-05 02:27:17 +0200
commitb43cf8de101c2e47cdeee75996a633b3144742e4 (patch)
treec5bf307ed79fd88e62b23bf72e73e0d04371df40 /README
parent71dc46c30ecb26d2630df2cda2d5ae2c385d88e9 (diff)
downloadusbmuxd-b43cf8de101c2e47cdeee75996a633b3144742e4.tar.gz
usbmuxd-b43cf8de101c2e47cdeee75996a633b3144742e4.tar.bz2
Woo typo
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 33d758e..7e5c2bb 100644
--- a/README
+++ b/README
@@ -107,7 +107,7 @@ because implementations tend to get it wrong (i.e. libusb, and this is the
reason for the patch). Basically, USB Bulk offers, at the low level, the ability
to transfer packets from 0 to wMaxPacketSize (512 here) bytes, period. There is
no other support for higher level framing of transfers. The way you do those is
-by breaking them up into packets, and the final shorter packet parks the end of
+by breaking them up into packets, and the final shorter packet marks the end of
the transfer. The critical bit is that, if the transfer happens to be divisible
by 512, you send a zero-length packet (ZLP) to indicate the end of the transfer.
Libusb doesn't set this option by default and the iPhone gets packets stuck to