diff --git a/java/src/ch/ntb/usb/LibusbWin.java b/java/src/ch/ntb/usb/LibusbWin.java index 0d32490..ab77160 100644 --- a/java/src/ch/ntb/usb/LibusbWin.java +++ b/java/src/ch/ntb/usb/LibusbWin.java @@ -51,8 +51,8 @@ public class LibusbWin { * usb_get_busses returns a tree of descriptor objects.
* The tree represents the bus structure with devices, configurations, * interfaces and endpoints. Note that this is only a copy. To refresh the - * information, usb_getbusses() must be called again. The - * name of the objects contained in the tree is starting with + * information, usb_get_busses() must be called again.
+ * The name of the objects contained in the tree is starting with * Usb_. * * @return the structure of all busses and devices. Note: The