From 48e77eb9ac7ad52881dbf06cdcca4ffa6dc21a49 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 12 Jun 2010 05:56:26 +0000 Subject: =?UTF-8?q?2010-06-12=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * score/include/rtems/score/timestamp.h, score/include/rtems/score/timestamp64.h, score/include/rtems/score/watchdog.h: Misc. doxygen fixes. --- cpukit/score/include/rtems/score/timestamp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/timestamp.h') 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 ) \ -- cgit v1.2.3