Commit d496fd11 authored by Nils Goroll's avatar Nils Goroll

fix comment

parent d654623b
...@@ -416,7 +416,7 @@ pesi_destroy(struct pesi **pesip) ...@@ -416,7 +416,7 @@ pesi_destroy(struct pesi **pesip)
/* /*
* next assert is only true because the topreq happens to call * next assert is only true because the topreq happens to call
* pesi_destroy() after task_fini() * task_fini() after pesi_destroy()
*/ */
assert(pesi_tree->task_running > 0); assert(pesi_tree->task_running > 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment