Skip to content

Commit

Permalink
scripts: objdiff: fix a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
Masahiro Yamada authored and Michal Marek committed Jun 10, 2014
1 parent 8b5d0f2 commit 8ac28be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/objdiff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ac28be

Please sign in to comment.