diff options
Diffstat (limited to 'gnuradio-runtime/lib/test.h')
-rw-r--r-- | gnuradio-runtime/lib/test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-runtime/lib/test.h b/gnuradio-runtime/lib/test.h index 24266ab977..a8019bc3b7 100644 --- a/gnuradio-runtime/lib/test.h +++ b/gnuradio-runtime/lib/test.h @@ -46,11 +46,11 @@ namespace gr { * \brief Test class for testing runtime system (setting up buffers and such.) * \ingroup misc * - * This block does not do any usefull actual data processing. It + * This block does not do any useful actual data processing. It * just exposes setting all standard block parameters using the - * contructor or public methods. + * constructor or public methods. * - * This block can be usefull when testing the runtime system. + * This block can be useful when testing the runtime system. * You can force this block to have a large history, decimation * factor and/or large output_multiple. * The runtime system should detect this and create large enough buffers |