diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-02-24 13:02:25 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-18 06:45:53 -0400 |
commit | bd1a0be5154788a052c6b851dbfa97bcd71f21d6 (patch) | |
tree | d812e0c973a060a77de747161adbc6c9c52f1f2d /tools/perf/util/session.c | |
parent | 014b38ec694ce3fd11cfedbdee75d1fdcb031839 (diff) |
tools/perf: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/util/session.c')
-rw-r--r-- | tools/perf/util/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index 4abd85c6346d..9bd8d6c832b1 100644 --- a/tools/perf/util/session.c +++ b/tools/perf/util/session.c | |||
@@ -555,7 +555,7 @@ static u8 revbyte(u8 b) | |||
555 | 555 | ||
556 | /* | 556 | /* |
557 | * XXX this is hack in attempt to carry flags bitfield | 557 | * XXX this is hack in attempt to carry flags bitfield |
558 | * throught endian village. ABI says: | 558 | * through endian village. ABI says: |
559 | * | 559 | * |
560 | * Bit-fields are allocated from right to left (least to most significant) | 560 | * Bit-fields are allocated from right to left (least to most significant) |
561 | * on little-endian implementations and from left to right (most to least | 561 | * on little-endian implementations and from left to right (most to least |