X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fjtag.h;h=37adac7654902700f4fefc023a50e2154f73c77a;hp=951a25dae3229961625bd70661a1a8f22e6ec6d5;hb=53d605e12c3765aeedabf2bfe0c5cc338dc95d5a;hpb=5e98c71436569d39ac9fe0fb66910f28c0e531f8 diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 951a25dae3..37adac7654 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -614,7 +614,7 @@ void jtag_add_clocks(int num_cycles); * matter if the operation was executed *before* jtag_execute_queue(), * jtag_execute_queue() will still return an error code. * - * All jtag_add_xxx() calls that have in_handler!=NULL will have been + * All jtag_add_xxx() calls that have in_handler != NULL will have been * executed when this fn returns, but if what has been queued only * clocks data out, without reading anything back, then JTAG could * be running *after* jtag_execute_queue() returns. The API does