Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 04:48:35 UTC 2021

Modified Files:
        src/sys/crypto/aes: aes_selftest.c

Log Message:
s/folllowing/following/


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/crypto/aes/aes_selftest.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/crypto/aes/aes_selftest.c
diff -u src/sys/crypto/aes/aes_selftest.c:1.6 src/sys/crypto/aes/aes_selftest.c:1.7
--- src/sys/crypto/aes/aes_selftest.c:1.6	Tue Sep  8 22:48:24 2020
+++ src/sys/crypto/aes/aes_selftest.c	Sun Dec  5 04:48:35 2021
@@ -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 @@ aes_selftest_encdec(const struct aes_imp
 	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;

Reply via email to