[rtems commit] sapi: Typos
Sebastian Huber
sebh at rtems.org
Thu Mar 13 14:56:29 UTC 2014
Module: rtems
Branch: master
Commit: 4d3e9334660be53d2982482b138750c538bbc910
Changeset: http://git.rtems.org/rtems/commit/?id=4d3e9334660be53d2982482b138750c538bbc910
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Mar 13 16:03:09 2014 +0100
sapi: Typos
---
cpukit/sapi/include/rtems/counter.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cpukit/sapi/include/rtems/counter.h b/cpukit/sapi/include/rtems/counter.h
index 31b808a..eb445be 100644
--- a/cpukit/sapi/include/rtems/counter.h
+++ b/cpukit/sapi/include/rtems/counter.h
@@ -92,7 +92,7 @@ static inline rtems_counter_ticks rtems_counter_difference(
}
/**
- * brief Converts counter ticks into nanoseconds.
+ * @brief Converts counter ticks into nanoseconds.
*
* @param[in] ticks Some counter ticks.
*
@@ -104,7 +104,7 @@ uint64_t rtems_counter_ticks_to_nanoseconds(
);
/**
- * brief Converts nanoseconds into counter ticks.
+ * @brief Converts nanoseconds into counter ticks.
*
* @param[in] nanoseconds Some nanoseconds.
*
@@ -116,7 +116,7 @@ rtems_counter_ticks rtems_counter_nanoseconds_to_ticks(
);
/**
- * brief Initializes the counter ticks to/from nanoseconds converter functions.
+ * @brief Initializes the counter ticks to/from nanoseconds converter functions.
*
* This function must be used to initialize the
* rtems_counter_ticks_to_nanoseconds() and
More information about the vc
mailing list