about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorYoungsuk Kim <joseph942010@gmail.com>2020-02-10 19:10:41 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-02-10 23:07:17 -0600
commita482acb19a01f1d3e65ee255f002655af8abb6ae (patch)
tree5b435950e38fb6278b659d9e8d4a8b58afe8cd9b /src/doc/rustc-dev-guide
parent060fe72ccd962bc8ddeb89646cf339f3d0b669dd (diff)
downloadrust-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.md2
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: