From 5173d1fb289320976a8d1cbefae17cdb071f3aae Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 18 Feb 2023 14:09:18 +0200 Subject: [PATCH] accept review suggestion Co-authored-by: Yuki Okushi --- src/backend/updating-llvm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/updating-llvm.md b/src/backend/updating-llvm.md index 26b48d41..a0201114 100644 --- a/src/backend/updating-llvm.md +++ b/src/backend/updating-llvm.md @@ -176,7 +176,7 @@ keep in mind while going through them: Bisection is definitely your friend here (yes LLVM takes forever to build, yet bisection is still your friend). Note that you can make use of [Dev Desktops], - an initiative to provide remote access to powerful hardware to developers of Rust. + which is an initiative to provide the contributors with remote access to powerful hardware. * If you've got general questions, [wg-llvm] can help you out. * Creating branches is a privileged operation on GitHub, so you'll need someone with write access to create the branches for you most likely.