=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/umac.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/ssh/umac.c 2021/04/03 06:58:30 1.21 +++ src/usr.bin/ssh/umac.c 2022/01/01 05:55:06 1.22 @@ -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 @@ -1173,7 +1173,7 @@ /* 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 {