about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorWesley Wiser <wesleywiser@microsoft.com>2021-06-30 21:53:48 -0400
committerWesley Wiser <wesleywiser@microsoft.com>2021-07-02 20:38:37 -0400
commitf6d2843d6879b5741ab716bd8ca826c2ac5414cb (patch)
tree2db41ba2f991fffa1ebe491deb80f7588145a71c /compiler/rustc_codegen_llvm/src
parent9b5fe6e4deb90412c1d147d81194faaef3be25cc (diff)
downloadrust-f6d2843d6879b5741ab716bd8ca826c2ac5414cb.tar.gz
rust-f6d2843d6879b5741ab716bd8ca826c2ac5414cb.zip
Respond to review feedback
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
-rw-r--r--compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs b/compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs
index 78709a1abe7..7e136c1b24c 100644
--- a/compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs
+++ b/compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs
@@ -1545,7 +1545,7 @@ impl EnumMemberDescriptionFactory<'ll, 'tcx> {
                     //   {name} discriminant;
                     // }
                     // ```
-                    // The natvis in `intrinsic.nativs` then matches on `this.discriminant` to
+                    // The natvis in `intrinsic.natvis` then matches on `this.discriminant` to
                     // determine which variant is active and then displays it.
                     let enum_layout = self.layout;
                     let offset = enum_layout.fields.offset(tag_field);