diff options
| author | Kevin O'Connor <kevin@koconnor.net> | 2014-06-11 15:40:04 -0400 |
|---|---|---|
| committer | Kevin O'Connor <kevin@koconnor.net> | 2014-06-11 16:22:56 -0400 |
| commit | ffc06871281830ac0b2ec9fe6a2cb5403bf72503 (patch) | |
| tree | fe6a03664b62e976892e18a6053423c7a33176a0 /scripts/acpi_extract_preprocess.py | |
| parent | ab482e0d6c80e74be9b974b9b2e896ebf9a21e1c (diff) | |
| download | seabios-ffc06871281830ac0b2ec9fe6a2cb5403bf72503.zip seabios-ffc06871281830ac0b2ec9fe6a2cb5403bf72503.tar.gz seabios-ffc06871281830ac0b2ec9fe6a2cb5403bf72503.tar.bz2 | |
build: Minor - fix comments referring to old tools/ directory.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/acpi_extract_preprocess.py')
| -rwxr-xr-x | scripts/acpi_extract_preprocess.py | 2 |
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 |
