Index: libcfa/src/concurrency/select.hfa
===================================================================
--- libcfa/src/concurrency/select.hfa	(revision bbecdd4e92ef5af54bd26d222e3783bf68890eaf)
+++ libcfa/src/concurrency/select.hfa	(revision 68db00e1de4e9233afd9d1ebebb3543f84312e35)
@@ -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 & );
 };
