gnuradio-core: fix typo in doxygen header
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Tue, 1 Jun 2010 16:16:23 +0000 (09:16 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Tue, 1 Jun 2010 16:16:23 +0000 (09:16 -0700)
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?