X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm11_dbgtap.c;h=5b6188f5af1c76117b6ef7227852fcae30588834;hp=e69d598847d9065870e2506b3e0c0fe2dcaa8b03;hb=6d1d58a1fc3dfd60e9cac89460b5a6e438d11efa;hpb=fb1a9b2cb2f844a17d26dfeb3d26849364d93e26 diff --git a/src/target/arm11_dbgtap.c b/src/target/arm11_dbgtap.c index e69d598847..5b6188f5af 100644 --- a/src/target/arm11_dbgtap.c +++ b/src/target/arm11_dbgtap.c @@ -75,9 +75,9 @@ int arm11_add_dr_scan_vc(int num_fields, scan_field_t *fields, tap_state_t state * \param arm11 Target state variable. * \param num_bits Length of the data field * \param out_data pointer to the data that will be sent out - * (data is read when it is added to the JTAG queue) + * (data is read when it is added to the JTAG queue) * \param in_data pointer to the memory that will receive data that was clocked in - * (data is written when the JTAG queue is executed) + * (data is written when the JTAG queue is executed) * \param field target data structure that will be initialized */ void arm11_setup_field(arm11_common_t * arm11, int num_bits, void * out_data, void * in_data, scan_field_t * field)