summaryrefslogtreecommitdiffstats
path: root/porting/idle_thread.rst
diff options
context:
space:
mode:
Diffstat (limited to 'porting/idle_thread.rst')
-rw-r--r--porting/idle_thread.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/porting/idle_thread.rst b/porting/idle_thread.rst
index 18ac5ce..7bba283 100644
--- a/porting/idle_thread.rst
+++ b/porting/idle_thread.rst
@@ -86,7 +86,7 @@ self" which is implemented in a routine as follows.
}
If the CPU dependent IDLE thread body is implementation centers upon using
-a "halt", "idle", or "shutdown" instruction, then don’t forget to put it
+a "halt", "idle", or "shutdown" instruction, then don't forget to put it
in an infinite loop as the CPU will have to reexecute this instruction
each time the IDLE thread is dispatched.
.. code:: c