aboutsummaryrefslogtreecommitdiff
path: root/scripts/acpi_extract_preprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/acpi_extract_preprocess.py')
-rwxr-xr-xscripts/acpi_extract_preprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/acpi_extract_preprocess.py b/scripts/acpi_extract_preprocess.py
index 6ef7df0..2698118 100755
--- a/scripts/acpi_extract_preprocess.py
+++ b/scripts/acpi_extract_preprocess.py
@@ -6,7 +6,7 @@
# Read a preprocessed ASL listing and put each ACPI_EXTRACT
# directive in a comment, to make iasl skip it.
# We also put each directive on a new line, the machinery
-# in tools/acpi_extract.py requires this.
+# in scripts/acpi_extract.py requires this.
import re
import sys