summaryrefslogtreecommitdiffstats
path: root/c_user
diff options
context:
space:
mode:
Diffstat (limited to 'c_user')
-rw-r--r--c_user/constant_bandwidth_server.rst2
-rw-r--r--c_user/semaphore_manager.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/c_user/constant_bandwidth_server.rst b/c_user/constant_bandwidth_server.rst
index 53e7316..135dfdb 100644
--- a/c_user/constant_bandwidth_server.rst
+++ b/c_user/constant_bandwidth_server.rst
@@ -214,7 +214,7 @@ overrun.
while ( 1 ) {
if (rtems_rate_monotonic_period(rmid, params.deadline) == RTEMS_TIMEOUT)
break;
- /* Perform some periodic action \*/
+ /* Perform some periodic action */
}
rtems_rate_monotonic_delete( rmid );
diff --git a/c_user/semaphore_manager.rst b/c_user/semaphore_manager.rst
index 21024d0..16ae2d1 100644
--- a/c_user/semaphore_manager.rst
+++ b/c_user/semaphore_manager.rst
@@ -917,7 +917,7 @@ semaphore object.
assert(sc == RTEMS_SUCCESSFUL);
assert(prio == 1);
- /* Check the ceiling priority values \*/
+ /* Check the ceiling priority values */
prio = RTEMS_CURRENT_PRIORITY;
sc = rtems_semaphore_set_priority(semaphore_id, scheduler_a_id, prio, &prio);
assert(sc == RTEMS_SUCCESSFUL);