commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 04/08: qtgui: fixed comment.


From: git
Subject: [Commit-gnuradio] [gnuradio] 04/08: qtgui: fixed comment.
Date: Thu, 23 Oct 2014 22:03:16 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch master
in repository gnuradio.

commit 9b84a5aa147a1ecf132ef248eb53c5784c4e2a26
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 23 15:32:52 2014 -0400

    qtgui: fixed comment.
---
 gr-qtgui/lib/const_sink_c_impl.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-qtgui/lib/const_sink_c_impl.cc 
b/gr-qtgui/lib/const_sink_c_impl.cc
index f7bdc01..10b342d 100644
--- a/gr-qtgui/lib/const_sink_c_impl.cc
+++ b/gr-qtgui/lib/const_sink_c_impl.cc
@@ -498,7 +498,7 @@ namespace gr {
       d_index += nitems;
 
 
-      // If we've have a trigger and a full d_size of items in the buffers, 
plot.
+      // If we have a trigger and a full d_size of items in the buffers, plot.
       if((d_triggered) && (d_index == d_end)) {
         // Copy data to be plotted to start of buffers.
         for(n = 0; n < d_nconnections; n++) {



reply via email to

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