sr: Fix typos.
This commit is contained in:
parent
cf94c8167b
commit
921634ec10
|
@ -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++) {
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ struct context {
|
|||
*/
|
||||
int64_t fw_updated;
|
||||
|
||||
/* Device/Capture Settings */
|
||||
/* Device/capture settings */
|
||||
uint64_t cur_samplerate;
|
||||
uint64_t limit_samples;
|
||||
|
||||
|
|
Loading…
Reference in New Issue