Index: libcfa/src/concurrency/select.hfa
===================================================================
--- libcfa/src/concurrency/select.hfa	(revision bbecdd4e92ef5af54bd26d222e3783bf68890eaf)
+++ libcfa/src/concurrency/select.hfa	(revision ac0975175e2e9a1b5fd25b621fe1c0f9c3f1fee6)
@@ -95,5 +95,7 @@
     // This routine is run on the selecting thread prior to executing the statement corresponding to the select_node
     //    passed as an arg to this routine
-    // If on_selected returns false, the statement is not run, if it returns true it is run.
+    // If on_selected returns false, the statement is not run if the on_selected call occured as 
+    //    part of a statement block that only ran due to an unregister_select that returned true
+    //    In all other executions the return value is ignored.
     bool on_selected( T &, select_node & );
 };
