diff options
| author | andvar <andvar@NetBSD.org> | 2021-09-07 13:24:45 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-09-07 13:24:45 +0000 |
| commit | 42e68ea4547a534d3ba6e49974809b2886ac8afe (patch) | |
| tree | 202177fa5663231012e3c8832f6b3a2cc23713ba /sys/dev/sysmon | |
| parent | 072cbdc170834a0178df6c12797402e022595009 (diff) | |
s/aquire/acquire/ in comments, also one typo fix acqure->acquire.
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 99d3f9478b8..c2b61bb6a5f 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.147 2020/06/11 02:39:31 thorpej Exp $ */ +/* $NetBSD: sysmon_envsys.c,v 1.148 2021/09/07 13:24:46 andvar 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.147 2020/06/11 02:39:31 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.148 2021/09/07 13:24:46 andvar Exp $"); #include <sys/param.h> #include <sys/types.h> @@ -1540,7 +1540,7 @@ bad: * returns false). Example usage: callback selects temperature * sensors in a given thermal zone, the function calculates the * maximum currently reported temperature in this zone. - * If the parameter "refresh" is true, new values will be aquired + * If the parameter "refresh" is true, new values will be acquired * from the hardware, if not, the last reported value will be used. */ uint32_t |
