diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-03-03 20:01:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-03 20:01:48 +0100 |
| commit | 939c1585a4a88d33e027c086d04ab102ad177597 (patch) | |
| tree | 24548a11af80f025830ce21b7396e209f66906a9 /compiler/rustc_codegen_ssa/src/debuginfo | |
| parent | 26cbf9158d3c69817fdc9b94949f5d4aa699322b (diff) | |
| parent | 00fffdddd22cdd796cf4261cdbbf830bee7e4f7b (diff) | |
| download | rust-939c1585a4a88d33e027c086d04ab102ad177597.tar.gz rust-939c1585a4a88d33e027c086d04ab102ad177597.zip | |
Rollup merge of #94555 - cuishuang:master, r=oli-obk
all: fix some typos Signed-off-by: cuishuang <imcusg@gmail.com>
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/debuginfo')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs b/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs index 1561277b704..37e84046901 100644 --- a/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs +++ b/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs @@ -1,6 +1,6 @@ // Type Names for Debug Info. -// Notes on targetting MSVC: +// Notes on targeting MSVC: // In general, MSVC's debugger attempts to parse all arguments as C++ expressions, // even if the argument is explicitly a symbol name. // As such, there are many things that cause parsing issues: |
