]> sigrok.org Git - libsigrok.git/commitdiff
sr: Fix typos.
authorUwe Hermann <redacted>
Wed, 30 May 2012 20:42:19 +0000 (22:42 +0200)
committerUwe Hermann <redacted>
Wed, 30 May 2012 20:42:47 +0000 (22:42 +0200)
hardware/fx2lafw/fx2lafw.c
hardware/fx2lafw/fx2lafw.h

index 3762bde6a0af83b947c660086aa1b71c7753cb5e..39f6c1f6729a0729be4d1161dbcdc6ad7d89cc95 100644 (file)
@@ -373,7 +373,7 @@ static int hw_init(const char *devinfo)
                return 0;
        }
 
-       /* Find all fx2lafw compatible devices and upload firware to them. */
+       /* Find all fx2lafw compatible devices and upload firmware to them. */
        libusb_get_device_list(usb_context, &devlist);
        for (i = 0; devlist[i]; i++) {
 
index 3d738c7a51427c5432b30d335435c37a1aa8f2e2..6f19b9ac93a9a356c1be01d0d3381d26ec5397c0 100644 (file)
@@ -64,7 +64,7 @@ struct context {
         */
        int64_t fw_updated;
 
-       /* Device/Capture Settings */
+       /* Device/capture settings */
        uint64_t cur_samplerate;
        uint64_t limit_samples;