Fix wrong comment
authorEdouard Tisserant
Fri, 08 Oct 2021 09:11:55 +0200
changeset 3334 d7e0ddb5974b
parent 3333 dd49e4055a10
child 3335 c001c373f66c
Fix wrong comment
targets/Linux/plc_Linux_main.c
--- a/targets/Linux/plc_Linux_main.c	Wed Oct 06 10:45:06 2021 +0200
+++ b/targets/Linux/plc_Linux_main.c	Fri Oct 08 09:11:55 2021 +0200
@@ -217,7 +217,7 @@
 /* Called by PLC thread on each new python command*/
 void UnBlockPythonCommands(void)
 {
-    /* signal debugger thread it can read data */
+    /* signal python thread it can read data */
     pthread_mutex_unlock(&python_wait_mutex);
 }