diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-03 14:58:58 +0100 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-02-03 14:58:58 +0100 |
commit | b163b242e06c9f714b05f57f7180c760f021cbb6 (patch) | |
tree | 84ab2b2c624bed231e0932bfaedbfc7c4e9cc703 /gnuradio-runtime/lib/test.h | |
parent | a12b1a9ecf143d3adcb0c25ca535012445370631 (diff) |
Comment typo fixing.
Luzpaz went ahead and found typos using `codespell -q 3`.
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 |