Module Name: src
Committed By: christos
Date: Sun Sep 15 00:11:54 UTC 2024
Modified Files:
src/sys/external/bsd/acpica: acpica2netbsd
Log Message:
fix typo, noted by RVP
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/acpica/acpica2netbsd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/acpica/acpica2netbsd
diff -u src/sys/external/bsd/acpica/acpica2netbsd:1.2 src/sys/external/bsd/acpica/acpica2netbsd:1.3
--- src/sys/external/bsd/acpica/acpica2netbsd:1.2 Fri Sep 13 19:16:48 2024
+++ src/sys/external/bsd/acpica/acpica2netbsd Sat Sep 14 20:11:54 2024
@@ -1,6 +1,6 @@
#!/bin/sh
-# $NetBSD: acpica2netbsd,v 1.2 2024/09/13 23:16:48 christos Exp $
+# $NetBSD: acpica2netbsd,v 1.3 2024/09/15 00:11:54 christos Exp $
#
# Copyright (c) 2014 The NetBSD Foundation.
# All rights reserved.
@@ -46,4 +46,4 @@ mv components/* .
rmdir source components
echo; echo
find . -type -f -exec chmod a-x {} +
-mv include/ACPIXF.h include/ascpxf.h
+mv include/ACPIXF.h include/acpixf.h