From 33a17fd35995a7f679f92600055a8f55ae380022 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 17 Mar 2011 03:22:12 +0100 Subject: Fix a bunch of typos. Fix a bunch of typos. Most are in code comments, so nothing should break. UNKOWN_COMMAND and CMD_UNKOWN are not used elsewhere, so correcting the spelling should also not break anything. --- src/jtag/drivers/usbprog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jtag/drivers/usbprog.c') diff --git a/src/jtag/drivers/usbprog.c b/src/jtag/drivers/usbprog.c index cc785556..17b01164 100644 --- a/src/jtag/drivers/usbprog.c +++ b/src/jtag/drivers/usbprog.c @@ -54,7 +54,7 @@ static void usbprog_path_move(struct pathmove_command *cmd); static void usbprog_runtest(int num_cycles); static void usbprog_scan(bool ir_scan, enum scan_type type, uint8_t *buffer, int scan_size); -#define UNKOWN_COMMAND 0x00 +#define UNKNOWN_COMMAND 0x00 #define PORT_DIRECTION 0x01 #define PORT_SET 0x02 #define PORT_GET 0x03 -- cgit v1.2.3-18-g5258