about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2025-07-01 07:21:10 +0200
committerнаб <nabijaczleweli@nabijaczleweli.xyz>2025-07-02 20:17:29 +0200
commita0111ec7a1f895bd4517b8530596d408f1b58214 (patch)
tree5c0b13c1af4ea1eb167d49261996aaac32c94d5d /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
parentfdad98d7463eebcdca94716ec3036c38a8d66f50 (diff)
downloadrust-a0111ec7a1f895bd4517b8530596d408f1b58214.tar.gz
rust-a0111ec7a1f895bd4517b8530596d408f1b58214.zip
awhile -> a while where appropriate
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
-rw-r--r--compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp b/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
index d4a05fbbbc5..cc33764e485 100644
--- a/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
+++ b/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
@@ -1275,7 +1275,7 @@ extern "C" void LLVMRustSetModuleCodeModel(LLVMModuleRef M,
 //
 // Otherwise I'll apologize in advance, it probably requires a relatively
 // significant investment on your part to "truly understand" what's going on
-// here. Not saying I do myself, but it took me awhile staring at LLVM's source
+// here. Not saying I do myself, but it took me a while staring at LLVM's source
 // and various online resources about ThinLTO to make heads or tails of all
 // this.