summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libldetect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libldetect.h b/libldetect.h
index 36526de..6a41fa5 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -19,7 +19,7 @@ struct pciusb_entry {
unsigned short pci_function; /* pci function id 3 bits wide */
unsigned short pci_revision:8; /* pci revision 8 bits wide */
- unsigned short usb_port; /* pci function id 3 bits wide */
+ unsigned short usb_port; /* USB port */
unsigned short is_pciexpress:1; /* is it PCI express */
char *module;