Skip to content

Commit c13daeb

Browse files
authored
Fix typo
1 parent d2584e3 commit c13daeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_codegen_llvm/debuginfo/type_names.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub fn push_debuginfo_type_name<'a, 'tcx>(cx: &CodegenCx<'a, 'tcx>,
189189
// (e.g. MyType<fn() -> u8, fn() -> u8>
190190
//
191191
// We only care about avoiding recursing
192-
// directly back to the type we're currentlu
192+
// directly back to the type we're currently
193193
// processing
194194
visited.remove(t);
195195
},

0 commit comments

Comments
 (0)