diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-09-23 17:23:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-09-23 17:23:04 +0000 |
commit | 422d1826b94271540c2d5dba6e3c89727f0e53e9 (patch) | |
tree | a17235b96c3a391b13e6168cd51037fa5f1c3493 | |
parent | 55121620aec17d612aa2fe687f118bfe2307aa53 (diff) | |
download | ldetect-422d1826b94271540c2d5dba6e3c89727f0e53e9.tar ldetect-422d1826b94271540c2d5dba6e3c89727f0e53e9.tar.gz ldetect-422d1826b94271540c2d5dba6e3c89727f0e53e9.tar.bz2 ldetect-422d1826b94271540c2d5dba6e3c89727f0e53e9.tar.xz ldetect-422d1826b94271540c2d5dba6e3c89727f0e53e9.zip |
fix comment
-rw-r--r-- | libldetect.h | 2 |
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 */ |