diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/audio/audio.c | 6 | ||||
| -rw-r--r-- | sys/dev/sysmon/sysmon_envsys.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/audio/audio.c b/sys/dev/audio/audio.c index 5a7be6a7373..23782d26496 100644 --- a/sys/dev/audio/audio.c +++ b/sys/dev/audio/audio.c @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.106 2021/08/07 16:19:09 thorpej Exp $ */ +/* $NetBSD: audio.c,v 1.107 2021/09/07 13:24:46 andvar Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -138,7 +138,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.106 2021/08/07 16:19:09 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.107 2021/09/07 13:24:46 andvar Exp $"); #ifdef _KERNEL_OPT #include "audio.h" @@ -1645,7 +1645,7 @@ audio_track_waitio(struct audio_softc *sc, audio_track_t *track) /* * Try to acquire track lock. - * It doesn't block if the track lock is already aquired. + * It doesn't block if the track lock is already acquired. * Returns true if the track lock was acquired, or false if the track * lock was already acquired. */ 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 |
