fx2lafw: Corrected a comment

This commit is contained in:
Joel Holdsworth 2012-03-12 21:38:25 +00:00
parent 93a9f3daaf
commit 0ca21631dd
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ static gboolean check_conf_profile(libusb_device *dev)
gboolean ret = FALSE;
while (!ret) {
/* Assume it's not a Saleae Logic unless proven wrong. */
/* Assume the firmware has not been loaded, unless proven wrong. */
ret = 0;
if (libusb_get_device_descriptor(dev, &des) != 0)