summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-09-23 17:23:04 +0000
committerThierry Vignaud <tv@mandriva.org>2009-09-23 17:23:04 +0000
commit422d1826b94271540c2d5dba6e3c89727f0e53e9 (patch)
treea17235b96c3a391b13e6168cd51037fa5f1c3493
parent55121620aec17d612aa2fe687f118bfe2307aa53 (diff)
downloadldetect-422d1826b94271540c2d5dba6e3c89727f0e53e9.tar
ldetect-422d1826b94271540c2d5dba6e3c89727f0e53e9.tar.gz
ldetect-422d1826b94271540c2d5dba6e3c89727f0e53e9.tar.bz2
ldetect-422d1826b94271540c2d5dba6e3c89727f0e53e9.tar.xz
ldetect-422d1826b94271540c2d5dba6e3c89727f0e53e9.zip
fix comment
-rw-r--r--libldetect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libldetect.h b/libldetect.h
index 5655bfc..e3b9b6a 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -17,7 +17,7 @@ struct pciusb_entry {
unsigned short pci_bus; /* pci bus id 8 bits wide */
unsigned short pci_device; /* pci device id 5 bits wide */
unsigned short pci_function; /* pci function id 3 bits wide */
- unsigned short pci_revision:8; /* 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 */