]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/uni-t-ut32x/api.c
Various #include file cosmetic fixes.
[libsigrok.git] / src / hardware / uni-t-ut32x / api.c
index 4d963afb0c0cf8ff274283df557f410c51b798f9..a4868287d5b3d9f838657cf82424a757eee35328 100644 (file)
@@ -17,9 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "protocol.h"
-
 #include <string.h>
+#include "protocol.h"
 
 static const uint32_t devopts[] = {
        SR_CONF_THERMOMETER,
@@ -121,7 +120,7 @@ static int dev_open(struct sr_dev_inst *sdi)
                return SR_ERR;
 
 /*
- * The libusbx 1.0.9 darwin backend is broken: it can report a kernel
+ * The libusb 1.0.9 Darwin backend is broken: it can report a kernel
  * driver being active, but detaching it always returns an error.
  */
 #if !defined(__APPLE__)