sr: Fix typos.

This commit is contained in:
Uwe Hermann 2012-05-30 22:42:19 +02:00
parent cf94c8167b
commit 921634ec10
2 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ static int hw_init(const char *devinfo)
return 0; 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); libusb_get_device_list(usb_context, &devlist);
for (i = 0; devlist[i]; i++) { for (i = 0; devlist[i]; i++) {

View File

@ -64,7 +64,7 @@ struct context {
*/ */
int64_t fw_updated; int64_t fw_updated;
/* Device/Capture Settings */ /* Device/capture settings */
uint64_t cur_samplerate; uint64_t cur_samplerate;
uint64_t limit_samples; uint64_t limit_samples;