diff options
Diffstat (limited to 'algorithm_output_size.c')
-rw-r--r-- | algorithm_output_size.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/algorithm_output_size.c b/algorithm_output_size.c index 2593a15..4b287b2 100644 --- a/algorithm_output_size.c +++ b/algorithm_output_size.c @@ -6,7 +6,7 @@ /** * Get the output size of an algorithm * - * @parma algorithm The hashing algorithm + * @param algorithm The hashing algorithm * @return The number of bytes in the output, zero on error */ size_t |