The branch, master has been updated
       via  2e685a1f8377ffdb1167262e4d87ea78a5b83d18 (commit)
      from  8de6eea49cd2689d79d4c27467fcfd3dde121d15 (commit)


- Log -----------------------------------------------------------------
commit 2e685a1f8377ffdb1167262e4d87ea78a5b83d18
Author: Jie Zhang <[email protected]>
Date:   Sun Feb 14 09:01:36 2010 +0800

    Fix a typo in comment in my last change.

-----------------------------------------------------------------------

Summary of changes:
 src/ftdi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/ftdi.c b/src/ftdi.c
index afcf897..979aa23 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
@@ -1624,7 +1624,7 @@ int ftdi_read_data_set_chunksize(struct ftdi_context 
*ftdi, unsigned int chunksi
 #ifdef __linux__
     /* We can't set readbuffer_chunksize larger than MAX_BULK_BUFFER_LENGTH,
        which is defined in libusb-1.0.  Otherwise, each USB read request will
-       be devided into multiple URBs.  This will cause issues on Linux kernel
+       be divided into multiple URBs.  This will cause issues on Linux kernel
        older than 2.6.32.  */
     if (chunksize > 16384)
         chunksize = 16384;


hooks/post-receive
-- 
port libftdi to libusb-1.0

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]   

Reply via email to