Replace 'jtag.c' with 'core.c' in code comments.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 9 Jun 2009 04:54:09 +0000 (04:54 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 9 Jun 2009 04:54:09 +0000 (04:54 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2152 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/jtag/core.c
src/target/arm11_dbgtap.c

index 1bcf7dc19a1ecb79b4e549674acbba921357847f..5dae1775ec61e40a32f8ca55ad32dd8879ad64b7 100644 (file)
@@ -46,7 +46,7 @@ static int jtag_flush_queue_count;
 static void jtag_add_scan_check(void (*jtag_add_scan)(int in_num_fields, const scan_field_t *in_fields, tap_state_t state),
                int in_num_fields, scan_field_t *in_fields, tap_state_t state);
 
-/* note that this is not marked as static as it must be available from outside jtag.c for those
+/* note that this is not marked as static as it must be available from outside core.c for those
    that implement the jtag_xxx() minidriver layer
 */
 int jtag_error=ERROR_OK;
index 6c476b1d52d096c6b2ed61c48f5417be1ef9abad..ce9acbabe25d01d98584b3629e7ad15551eec0dc 100644 (file)
@@ -124,7 +124,7 @@ void arm11_add_IR(arm11_common_t * arm11, u8 instr, tap_state_t state)
  */
 static void arm11_in_handler_SCAN_N(u8 *in_value)
 {
-       /** \todo TODO: clarify why this isnt properly masked in jtag.c jtag_read_buffer() */
+       /** \todo TODO: clarify why this isnt properly masked in core.c jtag_read_buffer() */
        u8 v = *in_value & 0x1F;
 
        if (v != 0x10)