commit 300daeadef0ff0862cdc807fa38a7ed8ce183939
parent 29202d7330dd646c692ed2ebf409dac5b5722d1a
Author: Joris Vink <joris@coders.se>
Date: Tue, 16 Oct 2018 13:17:44 +0200
fix comment
Diffstat:
src/python.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/python.c b/src/python.c
@@ -226,7 +226,7 @@ kore_python_coro_delete(void *obj)
kore_pool_put(&coro_pool, coro);
}
-/* XXX - Fix this (show error type + traceback. */
+/* XXX - Fix this (show error type + traceback). */
void
kore_python_log_error(const char *function)
{