summaryrefslogtreecommitdiff
path: root/examples/fxload.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fxload.c')
-rw-r--r--examples/fxload.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/fxload.c b/examples/fxload.c
index 14226ca..9f0d554 100644
--- a/examples/fxload.c
+++ b/examples/fxload.c
@@ -40,7 +40,7 @@ static bool dosyslog = false;
#endif
#ifndef FXLOAD_VERSION
-#define FXLOAD_VERSION (__DATE__ " (libusbx)")
+#define FXLOAD_VERSION (__DATE__ " (libusb)")
#endif
#ifndef ARRAYSIZE
@@ -69,7 +69,7 @@ static int print_usage(int error_code) {
fprintf(stderr, " -i <path> -- Firmware to upload\n");
fprintf(stderr, " -t <type> -- Target type: an21, fx, fx2, fx2lp, fx3\n");
fprintf(stderr, " -d <vid:pid> -- Target device, as an USB VID:PID\n");
- fprintf(stderr, " -p <bus,addr> -- Target device, as a libusbx bus number and device address path\n");
+ fprintf(stderr, " -p <bus,addr> -- Target device, as a libusb bus number and device address path\n");
fprintf(stderr, " -v -- Increase verbosity\n");
fprintf(stderr, " -q -- Decrease verbosity (silent mode)\n");
fprintf(stderr, " -V -- Print program version\n");
@@ -165,7 +165,7 @@ int main(int argc, char*argv[])
}
}
- /* open the device using libusbx */
+ /* open the device using libusb */
status = libusb_init(NULL);
if (status < 0) {
logerror("libusb_init() failed: %s\n", libusb_error_name(status));