diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2020-03-13 03:17:08 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2020-03-13 03:17:08 +0000 |
commit | 1a89002e466a3c5ead2402756ef627db4c736160 (patch) | |
tree | b9c99fe14df928d62b3a5156fae7471743d91fc9 /usr.bin/ssh/umac.c | |
parent | f53615553fab7ed681e2ab94f629cd8459cdc316 (diff) |
spelling errors in comments; no code change
from https://fossies.org/linux/misc/openssh-8.2p1.tar.gz/codespell.html
Diffstat (limited to 'usr.bin/ssh/umac.c')
-rw-r--r-- | usr.bin/ssh/umac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/umac.c b/usr.bin/ssh/umac.c index c5a8d5ce2a3..53c0a36fa54 100644 --- a/usr.bin/ssh/umac.c +++ b/usr.bin/ssh/umac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umac.c,v 1.19 2020/02/26 13:40:09 jsg Exp $ */ +/* $OpenBSD: umac.c,v 1.20 2020/03/13 03:17:07 djm Exp $ */ /* ----------------------------------------------------------------------- * * umac.c -- C Implementation UMAC Message Authentication @@ -39,7 +39,7 @@ * at http://www.esat.kuleuven.ac.be/~rijmen/rijndael/ (search for * "Barreto"). The only two files needed are rijndael-alg-fst.c and * rijndael-alg-fst.h. Brian Gladman's version is distributed with the GNU - * Public lisence at http://fp.gladman.plus.com/AES/index.htm. It + * Public license at http://fp.gladman.plus.com/AES/index.htm. It * includes a fast IA-32 assembly version. The OpenSSL crypo library is * the third. * |