diff --git a/dap-sdk/io/include/dap_context.h b/dap-sdk/io/include/dap_context.h
index 0aa71dea4e83e097817f39ba58670c1d9bc88925..8acb573d20fd39137baf6519c034846e058f0eae 100644
--- a/dap-sdk/io/include/dap_context.h
+++ b/dap-sdk/io/include/dap_context.h
@@ -139,7 +139,7 @@ extern pthread_key_t g_dap_context_pth_key;
 int dap_context_init(); // Init
 void dap_context_deinit(); // Deinit
 
-// New context create and run.
+// New context create
 dap_context_t * dap_context_new(int a_type);
 
 // Run new context in dedicated thread.