minor typo fix

This commit is contained in:
Youngsuk Kim 2020-02-10 19:10:41 -05:00 committed by Who? Me?!
parent 6a31c24e83
commit 99243950eb
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ addding another backend, the traits definition might be changed in order to
offer more flexibility. offer more flexibility.
However, the current separation between backend-agnostic and LLVM-specific code However, the current separation between backend-agnostic and LLVM-specific code
has allows the reuse of a significant part of the old `rustc_codegen_llvm`. has allowed the reuse of a significant part of the old `rustc_codegen_llvm`.
Here is the new LOC breakdown between backend-agnostic (BA) and LLVM for the Here is the new LOC breakdown between backend-agnostic (BA) and LLVM for the
most important elements: most important elements: