- minor doc changes

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@152 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-05-31 13:59:44 +00:00
parent 538a5279ac
commit df0e51fcd9
2 changed files with 3 additions and 3 deletions

View File

@@ -30,12 +30,12 @@ public class Usb_Descriptor {
USB_DT_HUB_NONVAR_SIZE = 7;
/**
* Size of descriptor in bytes.
* Size of descriptor in bytes
*/
public byte bLength;
/**
* Type of descriptor.
* Type of descriptor
*/
public byte bDescriptorType;

View File

@@ -20,7 +20,7 @@ public class Usb_Interface_Descriptor extends Usb_Descriptor {
public static final int USB_MAXINTERFACES = 32;
/**
* Number of interface
* Number (identifier) of interface
*/
public byte bInterfaceNumber;