summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-09 04:54:09 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-09 04:54:09 +0000
commit133a6165728b43d74da427a0429ca56e8fb2e2cb (patch)
treea9d597ab3283d328e1cda42741c52dcbb0d21478 /src/jtag
parent8e081cf401efc9235ccd1ca4c7665b5f5dddc1cd (diff)
downloadopenocd+libswd-133a6165728b43d74da427a0429ca56e8fb2e2cb.tar.gz
openocd+libswd-133a6165728b43d74da427a0429ca56e8fb2e2cb.tar.bz2
openocd+libswd-133a6165728b43d74da427a0429ca56e8fb2e2cb.tar.xz
openocd+libswd-133a6165728b43d74da427a0429ca56e8fb2e2cb.zip
Replace 'jtag.c' with 'core.c' in code comments.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2152 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag')
-rw-r--r--src/jtag/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/core.c b/src/jtag/core.c
index 1bcf7dc1..5dae1775 100644
--- a/src/jtag/core.c
+++ b/src/jtag/core.c
@@ -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;