From d389819eea3a84e388935153e3be847342809da3 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 18 Jan 2016 00:37:40 -0500 Subject: Convert all Unicode to ASCII(128) --- networking/network_task_structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/network_task_structure.rst') 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. -- cgit v1.2.3