diff --git a/hardware/fx2lafw/fx2lafw.c b/hardware/fx2lafw/fx2lafw.c index 3762bde6..39f6c1f6 100644 --- a/hardware/fx2lafw/fx2lafw.c +++ b/hardware/fx2lafw/fx2lafw.c @@ -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++) { diff --git a/hardware/fx2lafw/fx2lafw.h b/hardware/fx2lafw/fx2lafw.h index 3d738c7a..6f19b9ac 100644 --- a/hardware/fx2lafw/fx2lafw.h +++ b/hardware/fx2lafw/fx2lafw.h @@ -64,7 +64,7 @@ struct context { */ int64_t fw_updated; - /* Device/Capture Settings */ + /* Device/capture settings */ uint64_t cur_samplerate; uint64_t limit_samples;