Fix small typo
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 14 Jun 2011 12:23:22 +0000 (14:23 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 14 Jun 2011 12:23:22 +0000 (14:23 +0200)
src/ftdi.c

index 8eff4a0..08b4010 100644 (file)
@@ -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)