diff options
| author | andvar <andvar@NetBSD.org> | 2021-11-01 21:28:01 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-11-01 21:28:01 +0000 |
| commit | ee4bc26f46b1caa589a3a282912d1aae8e5d9ba2 (patch) | |
| tree | 6f0ca47652bd45f362b4318ae773a6f3ad7e57eb /sys/dev/acpi | |
| parent | 662a6dfd6a3188acbdbc98437a016c62962dbb73 (diff) | |
fix typos, mainly in words minimum and maximum, but also few others.
Diffstat (limited to 'sys/dev/acpi')
| -rw-r--r-- | sys/dev/acpi/vald_acpi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi/vald_acpi.c b/sys/dev/acpi/vald_acpi.c index 064847eebab..f02806c35b2 100644 --- a/sys/dev/acpi/vald_acpi.c +++ b/sys/dev/acpi/vald_acpi.c @@ -1,4 +1,4 @@ -/* $NetBSD: vald_acpi.c,v 1.6 2021/01/29 15:49:55 thorpej Exp $ */ +/* $NetBSD: vald_acpi.c,v 1.7 2021/11/01 21:28:03 andvar Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -74,7 +74,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: vald_acpi.c,v 1.6 2021/01/29 15:49:55 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vald_acpi.c,v 1.7 2021/11/01 21:28:03 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -546,7 +546,7 @@ vald_acpi_libright_set(struct vald_acpi_softc *sc, int UpDown) /* Check index value. */ if (sc->lcd_index < 2) - sc->lcd_index = 2; /* index Minium Value */ + sc->lcd_index = 2; /* index Minimum Value */ if (sc->lcd_index >= sc->lcd_num) sc->lcd_index = sc->lcd_num - 1; |
