aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmark.c
diff options
context:
space:
mode:
authorMattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː] <maandree@member.fsf.org>2016-04-01 15:31:18 +0200
committerMattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː] <maandree@member.fsf.org>2016-04-01 15:31:18 +0200
commit9225b0e76a1b4eeaab72e89d764e8de5ad88366a (patch)
treef3901acfd914a9be3ea3e331d9ecf58136a923c8 /src/benchmark.c
parentprepare dist update (diff)
parentFix spelling (diff)
downloadlibkeccak-9225b0e76a1b4eeaab72e89d764e8de5ad88366a.tar.gz
libkeccak-9225b0e76a1b4eeaab72e89d764e8de5ad88366a.tar.bz2
libkeccak-9225b0e76a1b4eeaab72e89d764e8de5ad88366a.tar.xz
Merge pull request #3 from BenWiederhake/master
Fix spelling
Diffstat (limited to 'src/benchmark.c')
-rw-r--r--src/benchmark.c2
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