Changeset 9462

Show
Ignore:
Timestamp:
08/30/08 13:53:36
Author:
jcorgan
Message:

Fix incorrect documentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • usrp2/trunk/host/include/usrp2/rx_nop_handler.h

    r9461 r9462  
    3030 * 
    3131 * Derived classes should override the () operator, but call this 
    32  * parent class method at the end of their own operations. 
     32 * parent class method at some point at the start of their own operations. 
    3333 */  
    3434 
     
    9191    /*! 
    9292     * Function operator invoked by USRP2 RX API. Derived classes must override this method 
    93      * but then invoke it at the end of their processing.  This operator will always be 
     93     * but then invoke it at the start of their processing.  This operator will always be 
    9494     * called at least once. 
    9595     *