diff options
| author | mbalmer <mbalmer@NetBSD.org> | 2011-08-01 12:28:53 +0000 |
|---|---|---|
| committer | mbalmer <mbalmer@NetBSD.org> | 2011-08-01 12:28:53 +0000 |
| commit | 5149e425f8b67867a05bfa64f59d6002e68489bf (patch) | |
| tree | e5c86d063189db92484fe6de09e1496ecab770ab /sys/dev/sysmon | |
| parent | 1e590b49a1c9215e6807946bc80e081d214e69f1 (diff) | |
According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.
Diffstat (limited to 'sys/dev/sysmon')
| -rw-r--r-- | sys/dev/sysmon/sysmon_envsys.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sysmon/sysmon_envsys.c b/sys/dev/sysmon/sysmon_envsys.c index b31743f3805..0951fb818f8 100644 --- a/sys/dev/sysmon/sysmon_envsys.c +++ b/sys/dev/sysmon/sysmon_envsys.c @@ -1,4 +1,4 @@ -/* $NetBSD: sysmon_envsys.c,v 1.116 2011/06/19 11:40:26 martin Exp $ */ +/* $NetBSD: sysmon_envsys.c,v 1.117 2011/08/01 12:28:53 mbalmer 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.116 2011/06/19 11:40:26 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.117 2011/08/01 12:28:53 mbalmer Exp $"); #include <sys/param.h> #include <sys/types.h> @@ -1374,7 +1374,7 @@ bad: /* * Find the maximum of all currently reported values. - * The provided callback decides wether a sensor is part of the + * The provided callback decides whether a sensor is part of the * maximum calculation (by returning true) or ignored (callback * returns false). Example usage: callback selects temperature * sensors in a given thermal zone, the function calculates the |
