The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=e0875bf019e11f93d5e23b9839e1a7f0c4317320
commit e0875bf019e11f93d5e23b9839e1a7f0c4317320 Author: Gordon Bergling <g...@freebsd.org> AuthorDate: 2025-08-26 07:46:00 +0000 Commit: Gordon Bergling <g...@freebsd.org> CommitDate: 2025-08-26 07:46:00 +0000 linuxkpi: Fix a typo in a source code comment - s/__FreeBSD_verison/__FreeBSD_version/ MFC after: 3 days --- sys/compat/linuxkpi/common/include/acpi/acpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linuxkpi/common/include/acpi/acpi.h b/sys/compat/linuxkpi/common/include/acpi/acpi.h index 1e398d05ba20..016c7ede0f6e 100644 --- a/sys/compat/linuxkpi/common/include/acpi/acpi.h +++ b/sys/compat/linuxkpi/common/include/acpi/acpi.h @@ -37,7 +37,7 @@ /* * LINUXKPI_WANT_LINUX_ACPI is a temporary workaround to allow drm-kmod * to update all needed branches without breaking builds. - * Once that happened and checks are implemented based on __FreeBSD_verison + * Once that happened and checks are implemented based on __FreeBSD_version * we will remove these conditions again. */