diff options
author | jsg@openbsd.org <jsg@openbsd.org> | 2022-01-01 06:55:06 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2022-01-04 08:22:46 +0100 |
commit | c45a752f0de611afd87755c2887c8a24816d08ee (patch) | |
tree | 11b9cc2fb6088ebbfe1996ea32eae3d0c2c2df6c /umac.c | |
parent | upstream: unbreak test: was picking up system ssh-add instead of the (diff) | |
download | openssh-c45a752f0de611afd87755c2887c8a24816d08ee.tar.xz openssh-c45a752f0de611afd87755c2887c8a24816d08ee.zip |
upstream: spelling
OpenBSD-Commit-ID: c63e43087a64d0727af13409c708938e05147b62
Diffstat (limited to 'umac.c')
-rw-r--r-- | umac.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: umac.c,v 1.21 2021/04/03 06:58:30 djm Exp $ */ +/* $OpenBSD: umac.c,v 1.22 2022/01/01 05:55:06 jsg Exp $ */ /* ----------------------------------------------------------------------- * * umac.c -- C Implementation UMAC Message Authentication @@ -1177,7 +1177,7 @@ static int uhash(uhash_ctx_t ahc, u_char *msg, long len, u_char *res) /* The UMAC interface has two interfaces, an all-at-once interface where * the entire message to be authenticated is passed to UMAC in one buffer, * and a sequential interface where the message is presented a little at a - * time. The all-at-once is more optimaized than the sequential version and + * time. The all-at-once is more optimized than the sequential version and * should be preferred when the sequential interface is not required. */ struct umac_ctx { |