Skip to content

Commit 21ee1cf

Browse files
Fulgen301teor2345
andauthored
Fix typo
Co-authored-by: teor <[email protected]>
1 parent 4348447 commit 21ee1cf

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_symbol_mangling/src

1 file changed

+1
-1
lines changed

compiler/rustc_symbol_mangling/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ fn compute_symbol_name<'tcx>(
297297
let mangled_name_too_long = {
298298
// The PDB debug info format cannot store mangled symbol names for which its
299299
// internal record exceeds u16::MAX bytes, a limit multiple Rust projects have been
300-
// hitting due to the verbosity of legacy name manglng. Depending on the linker version
300+
// hitting due to the verbosity of legacy name mangling. Depending on the linker version
301301
// in use, such symbol names can lead to linker crashes or incomprehensible linker error
302302
// about a limit being hit.
303303
// Mangle those symbols with v0 mangling instead, which gives us more room to breathe

0 commit comments

Comments
 (0)