Fix spelling mistake
This commit is contained in:
parent
687bffa493
commit
1097e0957e
@ -67,7 +67,7 @@ pub struct CodegenUnitDebugContext<'ll, 'tcx> {
|
||||
type_map: metadata::TypeMap<'ll, 'tcx>,
|
||||
namespace_map: RefCell<DefIdMap<&'ll DIScope>>,
|
||||
recursion_marker_type: OnceCell<&'ll DIType>,
|
||||
/// Maps a varaible (name, scope, kind (argument or local), span) to its debug information.
|
||||
/// Maps a variable (name, scope, kind (argument or local), span) to its debug information.
|
||||
variables: RefCell<FxHashMap<(Symbol, &'ll DIScope, VariableKind, Span), &'ll DIVariable>>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user