diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-30 05:34:21 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-30 05:34:21 +0000 |
commit | 0c9d86b27303ffff2855be5c2a83fe400a9652f0 (patch) | |
tree | 0efdb7c0bd54845db5251cbb15820144d3012fcf /src | |
parent | 54b32f4cd6241126da48f9d6f94f7675c4a459b9 (diff) | |
download | openocd_libswd-0c9d86b27303ffff2855be5c2a83fe400a9652f0.tar.gz openocd_libswd-0c9d86b27303ffff2855be5c2a83fe400a9652f0.tar.bz2 openocd_libswd-0c9d86b27303ffff2855be5c2a83fe400a9652f0.tar.xz openocd_libswd-0c9d86b27303ffff2855be5c2a83fe400a9652f0.zip |
Fix doxygen warning in jtag.h caused by a changed parameter name.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2424 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/jtag/jtag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 7cdaa51f..ccd8bccc 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -437,7 +437,7 @@ typedef int (*jtag_callback_t)(jtag_callback_data_t data0, jtag_callback_data_t * arguments. * * @param f The callback function to add. - * @param in Typically used to point to the data to operate on. + * @param data0 Typically used to point to the data to operate on. * Frequently this will be the data clocked in during a shift operation. * @param data1 An integer big enough to use as an @c int or a pointer. * @param data2 An integer big enough to use as an @c int or a pointer. |