=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/xmss_hash.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/ssh/xmss_hash.c 2022/04/20 16:00:25 1.3 +++ src/usr.bin/ssh/xmss_hash.c 2023/12/20 00:06:25 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: xmss_hash.c,v 1.3 2022/04/20 16:00:25 millert Exp $ */ +/* $OpenBSD: xmss_hash.c,v 1.4 2023/12/20 00:06:25 jsg Exp $ */ /* hash.c version 20160722 Andreas Hülsing @@ -70,7 +70,7 @@ } /* - * Implemts H_msg + * Implements H_msg */ int h_msg(unsigned char *out, const unsigned char *in, unsigned long long inlen, const unsigned char *key, const unsigned int keylen, const unsigned int n) {