From 422d1826b94271540c2d5dba6e3c89727f0e53e9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 Sep 2009 17:23:04 +0000 Subject: fix comment --- libldetect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libldetect.h') 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 */ -- cgit v1.2.1