]> sigrok.org Git - libsigrok.git/commitdiff
fx2lafw: Corrected a comment
authorJoel Holdsworth <redacted>
Mon, 12 Mar 2012 21:38:25 +0000 (21:38 +0000)
committerJoel Holdsworth <redacted>
Mon, 12 Mar 2012 21:47:45 +0000 (21:47 +0000)
hardware/fx2lafw/fx2lafw.c

index cab021e4c7bbe95f5f20574bf87b1890ec9d5996..68877f1fd2a96a32725cd553b312812ba6fccb27 100644 (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)