*/
/*
- * NOTE: the synchronization scheme used in this program assume that we want
- * to consume ALL the buffer produced, exactly ONE time.
+ * NOTE: the synchronization scheme used in this program assumes that ALL the
+ * buffers produced will be consumed, each exactly ONCE.
*
- * In other cases when buffer skipping or buffer duplication in wanted the
+ * In other cases when buffer skipping or buffer duplication is wanted the
* synchronization scheme can change.
*/