Skip to content

Commit

Permalink
Fix LLVM typo in comment (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat authored Aug 22, 2023
1 parent 3ddc3d5 commit 9657aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl Config {
}

/// Sets the toolset name (-T) if supported by generator.
/// Can be used to compile with CLang/LLV instead of msvc when Visual Studio generator is selected.
/// Can be used to compile with Clang/LLVM instead of msvc when Visual Studio generator is selected.
///
/// If unset, will use the default toolset of the selected generator.
pub fn generator_toolset<T: AsRef<OsStr>>(&mut self, toolset_name: T) -> &mut Config {
Expand Down

0 comments on commit 9657aa6

Please sign in to comment.