]> git.sur5r.net Git - openocd/commitdiff
Fix doxygen warning in jtag.h caused by a changed parameter name.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 30 Jun 2009 05:34:21 +0000 (05:34 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 30 Jun 2009 05:34:21 +0000 (05:34 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2424 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/jtag/jtag.h

index 7cdaa51ff9971c3bebd0b2aff9e8293325429b49..ccd8bccc375648447ea36ae97478b38e08947653 100644 (file)
@@ -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.