summaryrefslogtreecommitdiff
path: root/umac.h
diff options
context:
space:
mode:
authorjsg@openbsd.org <jsg@openbsd.org>2022-01-01 01:55:30 +0000
committerDamien Miller <djm@mindrot.org>2022-01-01 15:19:48 +1100
commitcb885178f36b83d0f14cfe9f345d2068103feed0 (patch)
treeda0508e769f669e1170eca4fd6033c7ad0b60d06 /umac.h
parent6b977f8080a32c5b3cbb9edb634b9d5789fb79be (diff)
downloadopenssh-git-cb885178f36b83d0f14cfe9f345d2068103feed0.tar.gz
upstream: spelling ok dtucker@
OpenBSD-Commit-ID: bfc7ba74c22c928de2e257328b3f1274a3dfdf19
Diffstat (limited to 'umac.h')
-rw-r--r--umac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umac.h b/umac.h
index 4651f0d5..f21398a8 100644
--- a/umac.h
+++ b/umac.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: umac.h,v 1.4 2019/06/07 14:18:48 dtucker Exp $ */
+/* $OpenBSD: umac.h,v 1.5 2022/01/01 01:55:30 jsg Exp $ */
/* -----------------------------------------------------------------------
*
* umac.h -- C Implementation UMAC Message Authentication
@@ -59,7 +59,7 @@ struct umac_ctx *umac_new(const u_char key[]);
#if 0
int umac_reset(struct umac_ctx *ctx);
-/* Reset a umac_ctx to begin authenicating a new message */
+/* Reset a umac_ctx to begin authenticating a new message */
#endif
int umac_update(struct umac_ctx *ctx, const u_char *input, long len);