fix comment

This commit is contained in:
Joris Vink 2018-10-16 13:17:44 +02:00
parent 29202d7330
commit 300daeadef
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{