Fix a bunch of typos.
[fw/openocd] / src / jtag / drivers / buspirate.c
index 836a4d18a9bf9fa0f16d0309aedb4c66907401a6..7813f3302d6d78071c56cc8a8491072d2f4eb355 100644 (file)
@@ -45,7 +45,7 @@ static void buspirate_scan(bool ir_scan, enum scan_type type,
        uint8_t *buffer, int scan_size, struct scan_command *command);
 
 
-#define CMD_UNKOWN        0x00
+#define CMD_UNKNOWN       0x00
 #define CMD_PORT_MODE     0x01
 #define CMD_FEATURE       0x02
 #define CMD_READ_ADCS     0x03