diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-05 05:59:22 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-05 05:59:22 +0100 |
| commit | f39549271523897d52e4a91f958bf7b397fa321f (patch) | |
| tree | c1108d4cca988c7922f9f5d3e6b8f834fa386065 /examples | |
| parent | a5cd26e0572702d41b3eb7a578c0e06ffd0d4daf (diff) | |
Fix find_symbol.py typo
Argument must be "X86" to get that output. "x86" just returns some
constant symbols.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/find_symbol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/find_symbol.py b/examples/find_symbol.py index d632dcc..42677ec 100644 --- a/examples/find_symbol.py +++ b/examples/find_symbol.py @@ -6,7 +6,7 @@ # # $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/examples/find_symbol.py SCRIPT_ARG=<name> # -# Example output for SCRIPT_ARG=x86: +# Example output for SCRIPT_ARG=X86: # # # Found 452 locations that reference 'X86': |
