Doc fixes.
[debian/gnuradio] / gr-comedi / src / comedi_source_s.h
index a4809d1f127e0a496dc616df32880fd736edf7da..c406f274b01e1101205d0b86a6d4be145a741f45 100644 (file)
@@ -49,7 +49,7 @@ comedi_make_source_s (int sampling_freq,
  */
 class comedi_source_s : public gr_sync_block {
   friend comedi_source_s_sptr
-  comedi_make_source_s (int sampling_freq, const std::string device_name);
+  comedi_make_source_s (int sampling_freq, const std::string dev);
 
   // typedef for pointer to class work method
   typedef int (comedi_source_s::*work_t)(int noutput_items,