diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2018-10-22 18:21:55 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2018-10-23 15:56:25 +0200 |
| commit | 4972beaf65cad992a6ed791fdefe90e46c09aa7b (patch) | |
| tree | a6589cb893f6d436e4e2b0aef4fa48bbb3321335 /src/librustc_codegen_llvm | |
| parent | d74b40205f7ecf30c680dc77e62cf4f127f2db09 (diff) | |
| download | rust-4972beaf65cad992a6ed791fdefe90e46c09aa7b.tar.gz rust-4972beaf65cad992a6ed791fdefe90e46c09aa7b.zip | |
fix typos in various places
Diffstat (limited to 'src/librustc_codegen_llvm')
| -rw-r--r-- | src/librustc_codegen_llvm/builder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/builder.rs b/src/librustc_codegen_llvm/builder.rs index 169bd9a8466..2fe6a0377f8 100644 --- a/src/librustc_codegen_llvm/builder.rs +++ b/src/librustc_codegen_llvm/builder.rs @@ -761,7 +761,7 @@ impl Builder<'a, 'll, 'tcx> { fty, asm, cons, volatile, alignstack, dia); Some(self.call(v, inputs, None)) } else { - // LLVM has detected an issue with our constaints, bail out + // LLVM has detected an issue with our constraints, bail out None } } |
