about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2023-02-17 03:45:48 +0200
committerTshepang Mbambo <tshepang@gmail.com>2023-02-17 03:45:48 +0200
commitad8947c32b56a21def3093b36ecd2b8bdee711df (patch)
tree53eb9bea97846d9d102492b5ca631bc7ee4658e6
parent947b696ce0ce42c98b8fb82ffa0735ade051466c (diff)
downloadrust-ad8947c32b56a21def3093b36ecd2b8bdee711df.tar.gz
rust-ad8947c32b56a21def3093b36ecd2b8bdee711df.zip
typo
-rw-r--r--compiler/rustc_codegen_ssa/src/lib.rs2
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;