summaryrefslogtreecommitdiff
path: root/lib/alg-hmac-sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/alg-hmac-sha1.h')
-rw-r--r--lib/alg-hmac-sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/alg-hmac-sha1.h b/lib/alg-hmac-sha1.h
index 78e08f0..1aea49a 100644
--- a/lib/alg-hmac-sha1.h
+++ b/lib/alg-hmac-sha1.h
@@ -27,7 +27,7 @@
*/
/* Generate the keyed-hash message authentication code of TEXT and KEY.
- The resulting HMAC is writen into RESBUF, which should point to 20
+ The resulting HMAC is written into RESBUF, which should point to 20
bytes of storage. */
extern void
hmac_sha1_process_data (const uint8_t *text, size_t text_len,