Skip to content

Commit 60a904b

Browse files
[llvm-exegesis] Fix typos in README
1 parent 91d5653 commit 60a904b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/tools/llvm-exegesis/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# llvm-exegesis
22

3-
`llvm-exegesis` is a benchmarking tool that accepts or assembles a snippet and
4-
can measure characteristics of that snippet by executing it while keeping track
3+
`llvm-exegesis` is a benchmarking tool that accepts or generates snippets and
4+
can measure characteristics of those snippets by executing it while keeping track
55
of performance counters.
66

77
### Currently Supported Platforms
@@ -32,7 +32,7 @@ architectures:
3232
* MIPS
3333
* PowerPC (PowerPC64LE only)
3434

35-
Note that not benchmarking functionality is guaranteed to work on all platforms.
35+
Note that not all benchmarking functionality is guaranteed to work on all platforms.
3636

3737
Memory annotations are currently only supported on 64-bit X86. There is no
3838
inherent limitations for porting memory annotations to other architectures, but

0 commit comments

Comments
 (0)