diff options
author | Johnathan Corgan | 2010-06-01 09:16:23 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-06-01 09:16:23 -0700 |
commit | 45ff82b3d099e39e435f829413923abbcfacfd58 (patch) | |
tree | e115728b528f787b9b871c8e6a55e13d52ac3f15 /gnuradio-core/src/lib | |
parent | 3916490b4d88dd6facc3e5c821a9672e0b4b55c4 (diff) | |
download | gnuradio-45ff82b3d099e39e435f829413923abbcfacfd58.tar.gz gnuradio-45ff82b3d099e39e435f829413923abbcfacfd58.tar.bz2 gnuradio-45ff82b3d099e39e435f829413923abbcfacfd58.zip |
gnuradio-core: fix typo in doxygen header
Diffstat (limited to 'gnuradio-core/src/lib')
-rw-r--r-- | gnuradio-core/src/lib/io/gr_udp_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/io/gr_udp_source.h b/gnuradio-core/src/lib/io/gr_udp_source.h index e23231aa7..5d30fad30 100644 --- a/gnuradio-core/src/lib/io/gr_udp_source.h +++ b/gnuradio-core/src/lib/io/gr_udp_source.h @@ -95,7 +95,7 @@ class gr_udp_source : public gr_sync_block /*! \brief return the PAYLOAD_SIZE of the socket */ int payload_size() { return d_payload_size; } - /*! \breif return the port number of the socket */ + /*! \brief return the port number of the socket */ int get_port(); // should we export anything else? |