diff options
| author | Yoshiki Matsuda <myskjp@gmail.com> | 2022-04-29 17:35:53 +0900 |
|---|---|---|
| committer | Yoshiki Matsuda <myskjp@gmail.com> | 2022-07-02 22:51:42 +0900 |
| commit | 1c2cc687a7b39e8ca2ed52649185f438a52ced3a (patch) | |
| tree | 1fab65ded8fd1837f7b1e306b483709fe80cb811 | |
| parent | aa8e06458e07ddfe08085174ccdc2bd83debe876 (diff) | |
| download | rust-1c2cc687a7b39e8ca2ed52649185f438a52ced3a.tar.gz rust-1c2cc687a7b39e8ca2ed52649185f438a52ced3a.zip | |
fix a typo
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/back/link.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/back/link.rs b/compiler/rustc_codegen_ssa/src/back/link.rs index ab794fd4d27..8c485813b2d 100644 --- a/compiler/rustc_codegen_ssa/src/back/link.rs +++ b/compiler/rustc_codegen_ssa/src/back/link.rs @@ -234,7 +234,7 @@ pub fn each_linked_rlib( Ok(()) } -/// Create an 'arlib'. +/// Create an 'rlib'. /// /// An rlib in its current incarnation is essentially a renamed .a file. The rlib primarily contains /// the object file of the crate, but it also contains all of the object files from native |
