Skip to content

Commit ad8947c

Browse files
committed
typo
1 parent 947b696 commit ad8947c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
//! This crate contains codegen code that is used by all codegen backends (LLVM and others).
1515
//! The backend-agnostic functions of this crate use functions defined in various traits that
16-
//! have to be implemented by each backends.
16+
//! have to be implemented by each backend.
1717
1818
#[macro_use]
1919
extern crate rustc_macros;

0 commit comments

Comments
 (0)