From 99243950eb5318d68a7d2548546fc2c3e09707b6 Mon Sep 17 00:00:00 2001 From: Youngsuk Kim Date: Mon, 10 Feb 2020 19:10:41 -0500 Subject: [PATCH] minor typo fix --- src/codegen/backend-agnostic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codegen/backend-agnostic.md b/src/codegen/backend-agnostic.md index cda841b2..0c501a2c 100644 --- a/src/codegen/backend-agnostic.md +++ b/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: