diff --git a/src/algorithms/signal_source/adapters/fifo_signal_source.h b/src/algorithms/signal_source/adapters/fifo_signal_source.h index 22ca60e3b..e46d22855 100644 --- a/src/algorithms/signal_source/adapters/fifo_signal_source.h +++ b/src/algorithms/signal_source/adapters/fifo_signal_source.h @@ -44,7 +44,7 @@ class ConfigurationInterface; //! - may be overridden by the -signal_source or -s command-line arguments //! //! .sample_type - data type read out from the fifo. default ishort ; -//! - note: not output format. that is always gr_complex +//! - note: not output format. that is always gr_complex //! //! .dump - whether to archive input data //!