projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06eb87b
)
Fix typo, fixes #1095
author
Clifford Wolf
<clifford@clifford.at>
Thu, 20 Jun 2019 13:34:52 +0000
(15:34 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Thu, 20 Jun 2019 13:34:52 +0000
(15:34 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
passes/cmds/write_file.cc
patch
|
blob
|
history
diff --git
a/passes/cmds/write_file.cc
b/passes/cmds/write_file.cc
index 9613b462b9025a417bc91aa0e89c247084100972..64a762d7caf107764a774d0b3bf71ddd5ae1e7bb 100644
(file)
--- a/
passes/cmds/write_file.cc
+++ b/
passes/cmds/write_file.cc
@@
-62,7
+62,7
@@
struct WriteFileFrontend : public Frontend {
if (argidx < args.size() && args[argidx].rfind("-", 0) != 0)
output_filename = args[argidx++];
else
- log_cmd_error("Missing
p
utput filename.\n");
+ log_cmd_error("Missing
o
utput filename.\n");
extra_args(f, filename, args, argidx);