[PATCH] faddr2line: fix path name comment

From: Randy Dunlap
Date: Fri Aug 17 2018 - 00:09:06 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Fix a source file reference location to the correct path name.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
---
scripts/faddr2line | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-418.orig/scripts/faddr2line
+++ lnx-418/scripts/faddr2line
@@ -71,7 +71,7 @@ die() {

# Try to figure out the source directory prefix so we can remove it from the
# addr2line output. HACK ALERT: This assumes that start_kernel() is in
-# kernel/init.c! This only works for vmlinux. Otherwise it falls back to
+# init/main.c! This only works for vmlinux. Otherwise it falls back to
# printing the absolute path.
find_dir_prefix() {
local objfile=$1