Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/opencrypto Fix PR kern/52910. Reported and implemented a...



details:   https://anonhg.NetBSD.org/src/rev/e4c1a1243ddb
branches:  trunk
changeset: 828878:e4c1a1243ddb
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Mon Jan 08 23:34:56 2018 +0000

description:
Fix PR kern/52910. Reported and implemented a patch by Sevan Janiyan, thanks.

diffstat:

 sys/opencrypto/crypto.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8c2252636cf3 -r e4c1a1243ddb sys/opencrypto/crypto.c
--- a/sys/opencrypto/crypto.c   Mon Jan 08 23:33:40 2018 +0000
+++ b/sys/opencrypto/crypto.c   Mon Jan 08 23:34:56 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crypto.c,v 1.104 2018/01/08 23:33:40 knakahara Exp $ */
+/*     $NetBSD: crypto.c,v 1.105 2018/01/08 23:34:56 knakahara Exp $ */
 /*     $FreeBSD: src/sys/opencrypto/crypto.c,v 1.4.2.5 2003/02/26 00:14:05 sam Exp $   */
 /*     $OpenBSD: crypto.c,v 1.41 2002/07/17 23:52:38 art Exp $ */
 
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: crypto.c,v 1.104 2018/01/08 23:33:40 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: crypto.c,v 1.105 2018/01/08 23:34:56 knakahara Exp $");
 
 #include <sys/param.h>
 #include <sys/reboot.h>
@@ -360,7 +360,7 @@
 }
 
 /*
- * Crypto op and desciptor data structures are allocated
+ * Crypto op and descriptor data structures are allocated
  * from separate private zones(FreeBSD)/pools(netBSD/OpenBSD) .
  */
 static pool_cache_t cryptop_cache;



Home | Main Index | Thread Index | Old Index