git: f5d312cb4d60 - stable/14 - linuxkpi: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 29 Aug 2025 03:19:52 UTC
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=f5d312cb4d605c9d60ac1510d7063b234fbc7861

commit f5d312cb4d605c9d60ac1510d7063b234fbc7861
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-08-26 07:46:00 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-08-29 03:18:26 +0000

    linuxkpi: Fix a typo in a source code comment
    
    - s/__FreeBSD_verison/__FreeBSD_version/
    
    (cherry picked from commit e0875bf019e11f93d5e23b9839e1a7f0c4317320)
---
 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.
  */