diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-07-07 19:55:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-07 19:55:32 +0200 |
| commit | 2554c424ef0505d0e08d56be8630e6c4045a88c8 (patch) | |
| tree | 65f2c63bb704e3df6313a09b9d3e70f2826eb294 /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp | |
| parent | 00a44181588ef976a9d1455ba4efc038acce2ee0 (diff) | |
| parent | a0111ec7a1f895bd4517b8530596d408f1b58214 (diff) | |
| download | rust-2554c424ef0505d0e08d56be8630e6c4045a88c8.tar.gz rust-2554c424ef0505d0e08d56be8630e6c4045a88c8.zip | |
Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865
awhile -> a while where appropriate
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
| -rw-r--r-- | compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp | 2 |
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. |
