summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/timestamp64.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/timestamp64.h')
-rw-r--r--cpukit/score/include/rtems/score/timestamp64.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/timestamp64.h b/cpukit/score/include/rtems/score/timestamp64.h
index 47e140fcbb..3b4300c6fa 100644
--- a/cpukit/score/include/rtems/score/timestamp64.h
+++ b/cpukit/score/include/rtems/score/timestamp64.h
@@ -221,7 +221,7 @@ static inline uint32_t _Timestamp64_Add_to_at_tick(
* @return This method returns the number of ticks computed.
*/
uint32_t _Timestamp64_To_ticks(
- const Timestamp64_Control *time
+ const Timestamp64_Control *_time
);
/** @brief Convert Ticks to Timestamp
@@ -229,8 +229,8 @@ uint32_t _Timestamp64_To_ticks(
* 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
*/
void _Timestamp64_From_ticks(
uint32_t _ticks,