Commit 8ac28bee authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Michal Marek

scripts: objdiff: fix a comment

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: default avatarJason Cooper <jason@lakedaemon.net>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 8b5d0f20
......@@ -70,7 +70,7 @@ dorecord() {
[ ! -d "$dir" ] && mkdir -p $dir
# remove addresses for a more clear diff
# remove addresses for a cleaner diff
# http://dummdida.tumblr.com/post/60924060451/binary-diff-between-libc-from-scientificlinux-and
$OBJDUMP -D $f | sed "s/^[[:space:]]\+[0-9a-f]\+//" > $dis
done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment