diff options
Diffstat (limited to 'gnuradio-runtime/examples/volk_benchmark/volk_test_funcs.py')
-rw-r--r-- | gnuradio-runtime/examples/volk_benchmark/volk_test_funcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/examples/volk_benchmark/volk_test_funcs.py b/gnuradio-runtime/examples/volk_benchmark/volk_test_funcs.py index 0f2c84100a..a7dd7b705c 100644 --- a/gnuradio-runtime/examples/volk_benchmark/volk_test_funcs.py +++ b/gnuradio-runtime/examples/volk_benchmark/volk_test_funcs.py @@ -158,7 +158,7 @@ def timeit(tb, iterations): def format_results(kernel, times): ''' - Convinience function to convert the results of the timeit function + Convenience function to convert the results of the timeit function into a dictionary. ''' res = dict() |