Skip to content

Commit 89bcfc3

Browse files
lromorCopilot
andcommitted
Update fpga/assembler.cc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 81726a3 commit 89bcfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpga/assembler.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ ABSL_FLAG(std::string, part, "", R"(FPGA part name, e.g. "xc7a35tcsg324-1".)");
303303
static inline std::string Usage(std::string_view name) {
304304
return absl::StrFormat(R"(usage: %s [options] < input.fasm > output.bit
305305
306-
This tool parses a sequence of fasm lines and assemble them
306+
This tool parses a sequence of fasm lines and assembles them
307307
into a set of frames then mapped into bitstream.
308308
Output is written to stdout.)",
309309
name);

0 commit comments

Comments
 (0)