From: Uwe Hermann Date: Wed, 30 May 2012 20:42:19 +0000 (+0200) Subject: sr: Fix typos. X-Git-Tag: libsigrok-0.1.1~3 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=921634ec10feb88dd2110d10d8b1914eaa742fb6;p=libsigrok.git sr: Fix typos. --- 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;