Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Fix comment.
details: https://anonhg.NetBSD.org/src/rev/acd1b4969a0f
branches: trunk
changeset: 337418:acd1b4969a0f
user: riastradh <riastradh%NetBSD.org@localhost>
date: Tue Apr 14 11:59:40 2015 +0000
description:
Fix comment.
diffstat:
sys/kern/kern_rndq.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3d6bb023a986 -r acd1b4969a0f sys/kern/kern_rndq.c
--- a/sys/kern/kern_rndq.c Tue Apr 14 10:50:25 2015 +0000
+++ b/sys/kern/kern_rndq.c Tue Apr 14 11:59:40 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_rndq.c,v 1.47 2015/04/13 22:43:41 riastradh Exp $ */
+/* $NetBSD: kern_rndq.c,v 1.48 2015/04/14 11:59:40 riastradh Exp $ */
/*-
* Copyright (c) 1997-2013 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_rndq.c,v 1.47 2015/04/13 22:43:41 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_rndq.c,v 1.48 2015/04/14 11:59:40 riastradh Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -218,7 +218,7 @@
}
/*
- * Generate a 64-bit counter.
+ * Generate a 32-bit counter.
*/
static inline uint32_t
rnd_counter(void)
Home |
Main Index |
Thread Index |
Old Index