Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 1c2cc68

Browse files
committed
fix a typo
1 parent aa8e064 commit 1c2cc68

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_ssa/src/back

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/back/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ pub fn each_linked_rlib(
234234
Ok(())
235235
}
236236

237-
/// Create an 'arlib'.
237+
/// Create an 'rlib'.
238238
///
239239
/// An rlib in its current incarnation is essentially a renamed .a file. The rlib primarily contains
240240
/// the object file of the crate, but it also contains all of the object files from native

0 commit comments

Comments
 (0)