Skip to content

Commit 9657aa6

Browse files
authored
Fix LLVM typo in comment (#184)
1 parent 3ddc3d5 commit 9657aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ impl Config {
227227
}
228228

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

0 commit comments

Comments
 (0)