diff options
| author | cuishuang <imcusg@gmail.com> | 2022-03-03 19:47:23 +0800 |
|---|---|---|
| committer | cuishuang <imcusg@gmail.com> | 2022-03-03 19:47:23 +0800 |
| commit | 00fffdddd22cdd796cf4261cdbbf830bee7e4f7b (patch) | |
| tree | 62760ec1b4d7fdf576a82186ad159c7378a7dd1c /compiler/rustc_codegen_ssa/src | |
| parent | 2f8d1a835b4e7feaf625f74d0d5cb9b84dbc845a (diff) | |
| download | rust-00fffdddd22cdd796cf4261cdbbf830bee7e4f7b.tar.gz rust-00fffdddd22cdd796cf4261cdbbf830bee7e4f7b.zip | |
all: fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com>
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
| -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: |
