diff options
| author | andvar <andvar@NetBSD.org> | 2022-05-20 21:31:24 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-05-20 21:31:24 +0000 |
| commit | e53d5517555a4cd81eeaf6ba4ea3fe41e72e9931 (patch) | |
| tree | 13fc4e3dd409001873854af70089b44160dbb6e6 /sys/dev/sysmon | |
| parent | 1b06d087746406f352a4eb989a53b23709ed0d76 (diff) | |
s/appropiate/appropriate/ in comments and readme file.
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 012ad4d531c..17d249910e1 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.150 2021/12/31 14:30:04 riastradh Exp $ */ +/* $NetBSD: sysmon_envsys.c,v 1.151 2022/05/20 21:31:24 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.150 2021/12/31 14:30:04 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.151 2022/05/20 21:31:24 andvar Exp $"); #include <sys/param.h> #include <sys/types.h> @@ -1815,7 +1815,7 @@ sme_update_sensor_dictionary(prop_object_t dict, envsys_data_t *edata, /* * sme_userset_dictionary: * - * + Parse the userland dictionary and run the appropiate tasks + * + Parse the userland dictionary and run the appropriate tasks * that were specified. */ int |
