diff options
author | ian <ian> | 2023-07-17 02:20:25 +0000 |
---|---|---|
committer | ian <ian> | 2023-07-17 02:20:25 +0000 |
commit | 4b89d6766d253f84104280f4c7d81fcfb8beedec (patch) | |
tree | 6b1f4479ef5c374c900218192b7b4ab64e7add42 /sys/firmware/acpi | |
parent | c8f3aec6921f6952046c3eb046554cb37f65561e (diff) |
kernel/acpi: Fix typo
git-svn-id: https://svn.vegaa.systems/svn/vega-Vega/trunk@19 a8a8aea2-181d-ee11-89e8-15fd0e089fc4
Diffstat (limited to 'sys/firmware/acpi')
-rw-r--r-- | sys/firmware/acpi/acpi_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/firmware/acpi/acpi_subr.c b/sys/firmware/acpi/acpi_subr.c index 31fec91..74f735d 100644 --- a/sys/firmware/acpi/acpi_subr.c +++ b/sys/firmware/acpi/acpi_subr.c @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id */ +/* $Id$ */ #include <firmware/acpi/acpi.h> |