Skip to content

Commit 1097e09

Browse files
authored
Fix spelling mistake
1 parent 687bffa commit 1097e09

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_llvm/src/debuginfo

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_llvm/src/debuginfo/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub struct CodegenUnitDebugContext<'ll, 'tcx> {
6767
type_map: metadata::TypeMap<'ll, 'tcx>,
6868
namespace_map: RefCell<DefIdMap<&'ll DIScope>>,
6969
recursion_marker_type: OnceCell<&'ll DIType>,
70-
/// Maps a varaible (name, scope, kind (argument or local), span) to its debug information.
70+
/// Maps a variable (name, scope, kind (argument or local), span) to its debug information.
7171
variables: RefCell<FxHashMap<(Symbol, &'ll DIScope, VariableKind, Span), &'ll DIVariable>>,
7272
}
7373

0 commit comments

Comments
 (0)