X-Git-Url: https://git.gag.com/?p=debian%2Fgnuradio;a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Flib%2Fio%2Fgr_udp_source.h;fp=gnuradio-core%2Fsrc%2Flib%2Fio%2Fgr_udp_source.h;h=5d30fad3045de4c7efc4189a5d6a1cab178e930a;hp=e23231aa77adf5aa296a70fbd479a9411596c557;hb=45ff82b3d099e39e435f829413923abbcfacfd58;hpb=3916490b4d88dd6facc3e5c821a9672e0b4b55c4 diff --git a/gnuradio-core/src/lib/io/gr_udp_source.h b/gnuradio-core/src/lib/io/gr_udp_source.h index e23231aa..5d30fad3 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?