commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r9462 - usrp2/trunk/host/include/usrp2


From: jcorgan
Subject: [Commit-gnuradio] r9462 - usrp2/trunk/host/include/usrp2
Date: Sat, 30 Aug 2008 13:53:36 -0600 (MDT)

Author: jcorgan
Date: 2008-08-30 13:53:36 -0600 (Sat, 30 Aug 2008)
New Revision: 9462

Modified:
   usrp2/trunk/host/include/usrp2/rx_nop_handler.h
Log:
Fix incorrect documentation.

Modified: usrp2/trunk/host/include/usrp2/rx_nop_handler.h
===================================================================
--- usrp2/trunk/host/include/usrp2/rx_nop_handler.h     2008-08-30 19:49:25 UTC 
(rev 9461)
+++ usrp2/trunk/host/include/usrp2/rx_nop_handler.h     2008-08-30 19:53:36 UTC 
(rev 9462)
@@ -29,7 +29,7 @@
  * for whether maximum has been reached.
  *
  * Derived classes should override the () operator, but call this
- * parent class method at the end of their own operations.
+ * parent class method at some point at the start of their own operations.
  */ 
 
 namespace usrp2 {
@@ -90,7 +90,7 @@
 
     /*!
      * Function operator invoked by USRP2 RX API. Derived classes must 
override this method
-     * but then invoke it at the end of their processing.  This operator will 
always be
+     * but then invoke it at the start of their processing.  This operator 
will always be
      * called at least once.
      *
      * \param items points to the first 32-bit word of uninterpreted sample 
data in the frame.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]