git://git.jankratochvil.net
/
lldb.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[mlir] NFC: fix trivial typos
[lldb.git]
/
mlir
/
tools
/
mlir-reduce
/
ReductionNode.cpp
diff --git
a/mlir/tools/mlir-reduce/ReductionNode.cpp
b/mlir/tools/mlir-reduce/ReductionNode.cpp
index
2b2ce6e
..
bd4ef51
100644
(file)
--- a/
mlir/tools/mlir-reduce/ReductionNode.cpp
+++ b/
mlir/tools/mlir-reduce/ReductionNode.cpp
@@
-39,7
+39,7
@@
void ReductionNode::measureAndTest(const Tester &test) {
SmallString<128> filepath;
int fd;
- // Print module to temprary file.
+ // Print module to temp
o
rary file.
std::error_code ec =
llvm::sys::fs::createTemporaryFile("mlir-reduce", "mlir", fd, filepath);