about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/debuginfo
diff options
context:
space:
mode:
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 c1a378d74b2..3cb19c0eec6 100644
--- a/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs
+++ b/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs
@@ -470,7 +470,7 @@ fn push_debuginfo_type_name<'tcx>(
 }
 
 pub enum VTableNameKind {
-    // Is the name for const/static holding the vtable?
+    // Is the name for the const/static holding the vtable?
     GlobalVariable,
     // Is the name for the type of the vtable?
     Type,