diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/benchmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.c b/src/benchmark.c index 5ea29df..3de00ef 100644 --- a/src/benchmark.c +++ b/src/benchmark.c @@ -61,7 +61,7 @@ /** * Benchmark, will print the number of nanoseconds * spent with hashing algorithms and representation - * convertion from binary to hexadecimal. The latter + * conversion from binary to hexadecimal. The latter * can be compiled out by compiling with -DIGNORE_BEHEXING. * * @return Zero on success, 1 on error |