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/checkstack.py | |
parent | ab482e0d6c80e74be9b974b9b2e896ebf9a21e1c (diff) | |
download | seabios-ffc06871281830ac0b2ec9fe6a2cb5403bf72503.tar.gz |
build: Minor - fix comments referring to old tools/ directory.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/checkstack.py')
-rwxr-xr-x | scripts/checkstack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkstack.py b/scripts/checkstack.py index 62fef362..e86a649b 100755 --- a/scripts/checkstack.py +++ b/scripts/checkstack.py @@ -7,7 +7,7 @@ # This file may be distributed under the terms of the GNU GPLv3 license. # Usage: -# objdump -m i386 -M i8086 -M suffix -d out/rom16.o | tools/checkstack.py +# objdump -m i386 -M i8086 -M suffix -d out/rom16.o | scripts/checkstack.py import sys import re |