changes
[model-checker.git] / threads.h
index 939676027ecea091b776735a0b372dcd515ad1ad..248d948fe98c87863741d4ed94343ee22d9cef5e 100644 (file)
--- a/threads.h
+++ b/threads.h
@@ -22,11 +22,7 @@ typedef enum thread_state {
        THREAD_CREATED,
        /** Thread is running */
        THREAD_RUNNING,
-       /**
-        * Thread has yielded to the model-checker but is ready to run. Used
-        * during an action that caused a context switch to the model-checking
-        * context.
-        */
+       /** Thread is not currently running but is ready to run */
        THREAD_READY,
        /**
         * Thread is waiting on another action (e.g., thread completion, lock