Module Name:    src
Committed By:   andvar
Date:           Fri Mar 17 17:16:06 UTC 2023

Modified Files:
        src/sys/dev/acpi: acpi_display.c

Log Message:
s/Brigthness/Brightness/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/acpi/acpi_display.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/acpi/acpi_display.c
diff -u src/sys/dev/acpi/acpi_display.c:1.22 src/sys/dev/acpi/acpi_display.c:1.23
--- src/sys/dev/acpi/acpi_display.c:1.22	Sun Feb 27 21:21:51 2022
+++ src/sys/dev/acpi/acpi_display.c	Fri Mar 17 17:16:06 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: acpi_display.c,v 1.22 2022/02/27 21:21:51 riastradh Exp $	*/
+/*	$NetBSD: acpi_display.c,v 1.23 2023/03/17 17:16:06 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_display.c,v 1.22 2022/02/27 21:21:51 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_display.c,v 1.23 2023/03/17 17:16:06 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -848,7 +848,7 @@ acpidisp_out_capabilities(const struct a
 
 	cap = 0;
 
-	/* List of Brigthness levels */
+	/* List of Brightness levels */
 	if (acpidisp_has_method(ad->ad_handle, "_BCL", ACPI_TYPE_PACKAGE))
 		cap |= ACPI_DISP_OUT_CAP__BCL;
 

Reply via email to