Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/crypto/aes s/folllowing/following/
details: https://anonhg.NetBSD.org/src/rev/a757d2d9245b
branches: trunk
changeset: 1026697:a757d2d9245b
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 04:48:35 2021 +0000
description:
s/folllowing/following/
diffstat:
sys/crypto/aes/aes_selftest.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8b50c172a577 -r a757d2d9245b sys/crypto/aes/aes_selftest.c
--- a/sys/crypto/aes/aes_selftest.c Sun Dec 05 04:47:17 2021 +0000
+++ b/sys/crypto/aes/aes_selftest.c Sun Dec 05 04:48:35 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aes_selftest.c,v 1.6 2020/09/08 22:48:24 riastradh Exp $ */
+/* $NetBSD: aes_selftest.c,v 1.7 2021/12/05 04:48:35 msaitoh Exp $ */
/*-
* Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: aes_selftest.c,v 1.6 2020/09/08 22:48:24 riastradh Exp $");
+__KERNEL_RCSID(1, "$NetBSD: aes_selftest.c,v 1.7 2021/12/05 04:48:35 msaitoh Exp $");
#ifdef _KERNEL
@@ -133,7 +133,7 @@
if (outbuf[17] != 0x1a)
return aes_selftest_fail(impl, outbuf + 17,
(const uint8_t[1]){0x1a}, 1,
- "AES overrun folllowing");
+ "AES overrun following");
/* Success! */
return 0;
Home |
Main Index |
Thread Index |
Old Index