From 060fe72ccd962bc8ddeb89646cf339f3d0b669dd Mon Sep 17 00:00:00 2001 From: Youngsuk Kim Date: Mon, 10 Feb 2020 16:32:36 -0500 Subject: minor typo fix --- src/doc/rustc-dev-guide/src/codegen/backend-agnostic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doc') 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 3bf1bde83c5..cda841b2d02 100644 --- a/src/doc/rustc-dev-guide/src/codegen/backend-agnostic.md +++ b/src/doc/rustc-dev-guide/src/codegen/backend-agnostic.md @@ -89,7 +89,7 @@ parameters, that correspond to the following: Although there are already many lifetime parameters in the code, making it generic uncovered situations where the borrow-checker was passing only due to the special nature of the LLVM objects manipulated (they are extern pointers). -For instance, a additional lifetime parameter had to be added to +For instance, an additional lifetime parameter had to be added to `LocalAnalyser` in `analyse.rs`, leading to the definition: ```rust,ignore -- cgit 1.4.1-3-g733a5