summaryrefslogtreecommitdiffstats
path: root/c_user/constant_bandwidth_server.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c_user/constant_bandwidth_server.rst')
-rw-r--r--c_user/constant_bandwidth_server.rst2
1 files changed, 1 insertions, 1 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 );