Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/sysmon Fix an outdated comment, noticed by Paul Goye...
details: https://anonhg.NetBSD.org/src/rev/b05ca93c80e4
branches: trunk
changeset: 751331:b05ca93c80e4
user: martin <martin%NetBSD.org@localhost>
date: Sun Jan 31 22:53:56 2010 +0000
description:
Fix an outdated comment, noticed by Paul Goyette.
diffstat:
sys/dev/sysmon/sysmon_envsys.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c37a75e0bbc1 -r b05ca93c80e4 sys/dev/sysmon/sysmon_envsys.c
--- a/sys/dev/sysmon/sysmon_envsys.c Sun Jan 31 21:52:23 2010 +0000
+++ b/sys/dev/sysmon/sysmon_envsys.c Sun Jan 31 22:53:56 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysmon_envsys.c,v 1.92 2010/01/31 21:36:38 martin Exp $ */
+/* $NetBSD: sysmon_envsys.c,v 1.93 2010/01/31 22:53:56 martin Exp $ */
/*-
* Copyright (c) 2007, 2008 Juan Romero Pardines.
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.92 2010/01/31 21:36:38 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.93 2010/01/31 22:53:56 martin Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -1452,7 +1452,7 @@
uint32_t maxv, v;
/*
- * iterate over all sensors and find temperature ones.
+ * Iterate over all sensors that match the predicate
*/
maxv = 0;
TAILQ_FOREACH(edata, &sme->sme_sensors_list, sensors_head) {
Home |
Main Index |
Thread Index |
Old Index