From: Joel Holdsworth Date: Mon, 12 Mar 2012 21:38:25 +0000 (+0000) Subject: fx2lafw: Corrected a comment X-Git-Tag: libsigrok-0.1.0~47 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=0ca21631dda3d948f8a67de5d48a2198b1efa425;p=libsigrok.git fx2lafw: Corrected a comment --- diff --git a/hardware/fx2lafw/fx2lafw.c b/hardware/fx2lafw/fx2lafw.c index cab021e4..68877f1f 100644 --- a/hardware/fx2lafw/fx2lafw.c +++ b/hardware/fx2lafw/fx2lafw.c @@ -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)