summaryrefslogtreecommitdiffstats
path: root/networking/network_task_structure.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--networking/network_task_structure.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/network_task_structure.rst b/networking/network_task_structure.rst
index 78609dd..7e1b269 100644
--- a/networking/network_task_structure.rst
+++ b/networking/network_task_structure.rst
@@ -23,7 +23,7 @@ The network task processes incoming packets and takes care of
timed operations such as handling TCP timeouts and
aging and removing routing table entries.
-The ‘Network code’ contains routines which may run in the context of
+The 'Network code' contains routines which may run in the context of
the user application tasks, the interface receive task or the network task.
A network semaphore ensures that
the data structures manipulated by the network code remain consistent.