diff options
| author | Youngsuk Kim <joseph942010@gmail.com> | 2020-02-10 19:10:41 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-02-10 23:07:17 -0600 |
| commit | a482acb19a01f1d3e65ee255f002655af8abb6ae (patch) | |
| tree | 5b435950e38fb6278b659d9e8d4a8b58afe8cd9b /src/doc/rustc-dev-guide | |
| parent | 060fe72ccd962bc8ddeb89646cf339f3d0b669dd (diff) | |
| download | rust-a482acb19a01f1d3e65ee255f002655af8abb6ae.tar.gz rust-a482acb19a01f1d3e65ee255f002655af8abb6ae.zip | |
minor typo fix
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/codegen/backend-agnostic.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/codegen/backend-agnostic.md b/src/doc/rustc-dev-guide/src/codegen/backend-agnostic.md index cda841b2d02..0c501a2cc3a 100644 --- a/src/doc/rustc-dev-guide/src/codegen/backend-agnostic.md +++ b/src/doc/rustc-dev-guide/src/codegen/backend-agnostic.md @@ -179,7 +179,7 @@ addding another backend, the traits definition might be changed in order to offer more flexibility. 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 most important elements: |
