From ffc06871281830ac0b2ec9fe6a2cb5403bf72503 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 11 Jun 2014 15:40:04 -0400 Subject: build: Minor - fix comments referring to old tools/ directory. Signed-off-by: Kevin O'Connor --- scripts/acpi_extract_preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/acpi_extract_preprocess.py') 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 -- cgit v1.1