summaryrefslogtreecommitdiffstats
path: root/porting/cpu_init.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-27 19:47:07 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-27 19:47:07 -0500
commit36def9125c9adf4049a18105d48715ac8606e1ec (patch)
treeb9a3c06d3fad69f3213474d5d16d844b862cc268 /porting/cpu_init.rst
parentinitilization_code.rst: Fix figure formatting (diff)
downloadrtems-docs-36def9125c9adf4049a18105d48715ac8606e1ec.tar.bz2
rtems-docs: Fix many unnecessary back slashes
Diffstat (limited to '')
-rw-r--r--porting/cpu_init.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/porting/cpu_init.rst b/porting/cpu_init.rst
index 8de4744..39a27ed 100644
--- a/porting/cpu_init.rst
+++ b/porting/cpu_init.rst
@@ -19,7 +19,7 @@ The _CPU_Initialize routine performs processor dependent initialization.
.. code:: c
void _CPU_Initialize(
- void (\*thread_dispatch) /* may be ignored \*/
+ void (*thread_dispatch) /* may be ignored */
)
The thread_dispatch argument is the address of the entry point for the