From 7be320d221fa168a438801adda34ef81efd8dd29 Mon Sep 17 00:00:00 2001 From: sksat Date: Tue, 22 Aug 2023 11:04:01 +0900 Subject: [PATCH] fix LLVM typo in comment --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 24728ba..cce717e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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>(&mut self, toolset_name: T) -> &mut Config {