Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Fix comments.
details: https://anonhg.NetBSD.org/src/rev/5868fc9dd784
branches: trunk
changeset: 932503:5868fc9dd784
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun May 10 01:29:40 2020 +0000
description:
Fix comments.
diffstat:
sys/kern/kern_entropy.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 53656adb4d09 -r 5868fc9dd784 sys/kern/kern_entropy.c
--- a/sys/kern/kern_entropy.c Sun May 10 00:08:12 2020 +0000
+++ b/sys/kern/kern_entropy.c Sun May 10 01:29:40 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_entropy.c,v 1.19 2020/05/10 00:08:12 riastradh Exp $ */
+/* $NetBSD: kern_entropy.c,v 1.20 2020/05/10 01:29:40 riastradh Exp $ */
/*-
* Copyright (c) 2019 The NetBSD Foundation, Inc.
@@ -75,7 +75,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_entropy.c,v 1.19 2020/05/10 00:08:12 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_entropy.c,v 1.20 2020/05/10 01:29:40 riastradh Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -1026,10 +1026,10 @@
}
/*
- * entropy_consolidate_xc(arg1, arg2)
+ * entropy_consolidate_xc(vpool, arg2)
*
* Extract output from the local CPU's input pool and enter it
- * into the global pool.
+ * into a temporary pool passed as vpool.
*/
static void
entropy_consolidate_xc(void *vpool, void *arg2 __unused)
Home |
Main Index |
Thread Index |
Old Index