From 030a1730a554a41a6240c1984bc656e8047087b1 Mon Sep 17 00:00:00 2001 From: Matthijs Brobbel Date: Fri, 25 Jan 2019 10:40:31 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f024769170b25..57835948dd69e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Rust's fork of LLVM -This repository is a Rust-specifc fork of LLVM. This is used as a submodule in +This repository is a Rust-specific fork of LLVM. This is used as a submodule in the https://github.com/rust-lang/rust repository. The Rust repository is always pinned to a branch of this repository, and the `master` branch of this repository is not used.