From: Thomas Jarosch Date: Tue, 14 Jun 2011 12:23:22 +0000 (+0200) Subject: Fix small typo X-Git-Tag: v1.0rc1~131 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=e375e6cb72af68379ae42c536728a992df0046e5 Fix small typo --- diff --git a/src/ftdi.c b/src/ftdi.c index 8eff4a0..08b4010 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -469,7 +469,7 @@ static unsigned int _ftdi_determine_max_packet_size(struct ftdi_context *ftdi, l \retval -8: ftdi context invalid \retval -9: libusb_get_device_descriptor() failed \retval -10: libusb_get_config_descriptor() failed - \retval -11: libusb_etach_kernel_driver() failed + \retval -11: libusb_detach_kernel_driver() failed \retval -12: libusb_get_configuration() failed */ int ftdi_usb_open_dev(struct ftdi_context *ftdi, libusb_device *dev)