summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/watchdog.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-12 05:56:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-12 05:56:26 +0000
commit48e77eb9ac7ad52881dbf06cdcca4ffa6dc21a49 (patch)
treee91131eaa8c6037e463c447a263c343c9fe2fa37 /cpukit/score/include/rtems/score/watchdog.h
parent2010-06-12 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-48e77eb9ac7ad52881dbf06cdcca4ffa6dc21a49.tar.bz2
2010-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/timestamp.h, score/include/rtems/score/timestamp64.h, score/include/rtems/score/watchdog.h: Misc. doxygen fixes.
Diffstat (limited to 'cpukit/score/include/rtems/score/watchdog.h')
-rw-r--r--cpukit/score/include/rtems/score/watchdog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h
index 891b1f756b..f3fb27a14f 100644
--- a/cpukit/score/include/rtems/score/watchdog.h
+++ b/cpukit/score/include/rtems/score/watchdog.h
@@ -226,7 +226,7 @@ void _Watchdog_Adjust (
* @a direction for @a units_arg ticks.
*
* @param[in] header is the watchdog chain to adjust
- * @param[in] units is the number of units to adjust @a header
+ * @param[in] units_arg is the number of units to adjust @a header
* @param[in] to_fire is a pointer to an initialized Chain_Control to which
* all watchdog instances that are to be fired will be placed.
*
@@ -291,7 +291,7 @@ void _Watchdog_Report(
*
* @param[in] name is a string to prefix the line with. If NULL,
* nothing is printed.
- * @param[in] watch is the watchdog chain to be printed.
+ * @param[in] header is the watchdog chain to be printed.
*
* @note This is a debug routine. It uses printk() and prudence should
* exercised when using it. It also disables interrupts so the