summaryrefslogtreecommitdiff
path: root/gr-analog
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-06-20 09:56:09 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-06-20 09:56:09 -0700
commit6eecbd89436bd73c903885803653481152403f98 (patch)
tree94528de794a80d958616945e740eb5971d5d7e45 /gr-analog
parentd7eaf6e1ed531c1e765905875669282ae79752ee (diff)
parent037b34f9de04eec6d31941abff4e53fec83b0fe5 (diff)
Merge branch 'maint'
Diffstat (limited to 'gr-analog')
-rw-r--r--gr-analog/include/gnuradio/analog/phase_modulator_fc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-analog/include/gnuradio/analog/phase_modulator_fc.h b/gr-analog/include/gnuradio/analog/phase_modulator_fc.h
index e9e29fbf9a..a1d47fd38b 100644
--- a/gr-analog/include/gnuradio/analog/phase_modulator_fc.h
+++ b/gr-analog/include/gnuradio/analog/phase_modulator_fc.h
@@ -37,7 +37,7 @@ namespace gr {
* output = complex(cos(in*sensitivity), sin(in*sensitivity))
*
* Input stream 0: floats
- * Ouput stream 0: complex
+ * Output stream 0: complex
*/
class ANALOG_API phase_modulator_fc : virtual public sync_block
{