about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/debuginfo
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-03-03 20:01:48 +0100
committerGitHub <noreply@github.com>2022-03-03 20:01:48 +0100
commit939c1585a4a88d33e027c086d04ab102ad177597 (patch)
tree24548a11af80f025830ce21b7396e209f66906a9 /compiler/rustc_codegen_ssa/src/debuginfo
parent26cbf9158d3c69817fdc9b94949f5d4aa699322b (diff)
parent00fffdddd22cdd796cf4261cdbbf830bee7e4f7b (diff)
downloadrust-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.rs2
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: