From f39549271523897d52e4a91f958bf7b397fa321f Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 5 Nov 2017 05:59:22 +0100 Subject: Fix find_symbol.py typo Argument must be "X86" to get that output. "x86" just returns some constant symbols. --- examples/find_symbol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=] scriptconfig SCRIPT=Kconfiglib/examples/find_symbol.py SCRIPT_ARG= # -# Example output for SCRIPT_ARG=x86: +# Example output for SCRIPT_ARG=X86: # # # Found 452 locations that reference 'X86': -- cgit v1.2.3