gnuradio-core: fix typo in doxygen header
[debian/gnuradio] / gnuradio-core / src / lib / io / gr_udp_source.h
index e23231aa77adf5aa296a70fbd479a9411596c557..5d30fad3045de4c7efc4189a5d6a1cab178e930a 100644 (file)
@@ -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?