summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/timestamp.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/timestamp.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/timestamp.h')
-rw-r--r--cpukit/score/include/rtems/score/timestamp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/timestamp.h b/cpukit/score/include/rtems/score/timestamp.h
index aca7e98663..25ac57f025 100644
--- a/cpukit/score/include/rtems/score/timestamp.h
+++ b/cpukit/score/include/rtems/score/timestamp.h
@@ -297,8 +297,8 @@ extern "C" {
* This routine converts the @a _ticks value to the corresponding
* timestamp format @a _time.
*
- * @param[in] time points to the timestamp format time result
- * @param[in] ticks points to the number of ticks to be filled in
+ * @param[in] _time points to the timestamp format time result
+ * @param[in] _ticks points to the number of ticks to be filled in
*/
#if defined(CPU_RTEMS_SCORE_TIMESTAMP_IS_STRUCT_SPEC)
#define _Timestamp_From_ticks( _ticks, _time ) \