citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 4190798a4745aa1941582e499e7d85f657d5bd61
parent 887f94ca4ee5388d6149d9e31e4679051ad0e4f6
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Wed,  8 Jun 2016 18:26:00 -0600

lib: shorten comment

Diffstat:
Mlib/runtime.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/runtime.c b/lib/runtime.c @@ -34,7 +34,7 @@ libscv_init() } /* - * Sets up the connection to the server socket and then drops into an io loop. + * Sets up connection to the server socket and drops into an io loop. */ void * control_thread(void *arg)