diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-02-17 12:39:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-17 12:39:07 +0100 |
| commit | 392b150011037960d609b694ee87f3d38ad641af (patch) | |
| tree | 07aaa48405485401b1afe02277f8fcd52129fd13 | |
| parent | a8685ebf4d96c7c3b55f9fd584654c7aac709ba5 (diff) | |
| parent | ad8947c32b56a21def3093b36ecd2b8bdee711df (diff) | |
| download | rust-392b150011037960d609b694ee87f3d38ad641af.tar.gz rust-392b150011037960d609b694ee87f3d38ad641af.zip | |
Rollup merge of #108149 - tshepang:typo, r=Dylan-DPC
typo
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/lib.rs b/compiler/rustc_codegen_ssa/src/lib.rs index d5530c47680..7d51cee307e 100644 --- a/compiler/rustc_codegen_ssa/src/lib.rs +++ b/compiler/rustc_codegen_ssa/src/lib.rs @@ -13,7 +13,7 @@ //! This crate contains codegen code that is used by all codegen backends (LLVM and others). //! The backend-agnostic functions of this crate use functions defined in various traits that -//! have to be implemented by each backends. +//! have to be implemented by each backend. #[macro_use] extern crate rustc_macros; |
