summaryrefslogtreecommitdiff
path: root/docs/exploring-gnuradio/exploring-gnuradio.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/exploring-gnuradio/exploring-gnuradio.xml')
-rw-r--r--docs/exploring-gnuradio/exploring-gnuradio.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/exploring-gnuradio/exploring-gnuradio.xml b/docs/exploring-gnuradio/exploring-gnuradio.xml
index 286ca86095..5b70d4d0bf 100644
--- a/docs/exploring-gnuradio/exploring-gnuradio.xml
+++ b/docs/exploring-gnuradio/exploring-gnuradio.xml
@@ -180,7 +180,7 @@ right.</para>
<para>We start by creating a flow graph to hold the blocks and
connections between them. The two sine waves are generated by the
-gr.sig_source_f calls. The f suffix indicates that the source produces
+analog.sig_source_f calls. The f suffix indicates that the source produces
floats. One sine wave is at 350 Hz, and the other is at
440 Hz. Together, they sound like the US dial tone.</para>