Merge branch 'linus' into perf/core, to refresh the branch
[linux-2.6-block.git] / tools / perf / util / session.c
index 43d30ea87b7ef538862c4a6d2dabb5d6b39c706d..dfedf097b9b1ffdafd4b6380a8bd4fe68e58ad62 100644 (file)
@@ -557,7 +557,7 @@ static u8 revbyte(u8 b)
 
 /*
  * XXX this is hack in attempt to carry flags bitfield
- * throught endian village. ABI says:
+ * through endian village. ABI says:
  *
  * Bit-fields are allocated from right to left (least to most significant)
  * on little-endian implementations and from left to right (most to least