Skip to content

Commit

Permalink
minor comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cwshugg committed Oct 16, 2024
1 parent 1fe8657 commit df47fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ impl FuzzProject {
rustflags.push_str(" -Cdebug-assertions");
}
if build.triple.contains("-msvc") {
// The entrypoint is in the bundled libfuzzer rlib, this gets the linker to find it.
// The entrypoint is in the bundled libfuzzer rlib, this gets the linker to find it.
rustflags.push_str(" -Clink-arg=/include:main");
}

Expand Down

0 comments on commit df47fff

Please sign in to comment.