aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2023-12-09 22:19:07 -0800
committerFangrui Song <i@maskray.me>2023-12-09 22:19:08 -0800
commit2f69dc21876669a8252a0773001ba73781085ac7 (patch)
treecb8c7f304025d35639ae0bf976a9edbbad01f1ba
parentb85f1f9b182234ba366d78ae2174a149e44d08c1 (diff)
downloadllvm-2f69dc21876669a8252a0773001ba73781085ac7.zip
llvm-2f69dc21876669a8252a0773001ba73781085ac7.tar.gz
llvm-2f69dc21876669a8252a0773001ba73781085ac7.tar.bz2
[docs] Add missing quotation mark after #73774
-rw-r--r--llvm/docs/GettingStarted.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 24ed711..da9cc8a 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -43,7 +43,7 @@ Getting the Source Code and Building LLVM
* You are likely only interested in the main branch moving forward, if
you don't want `git fetch` (or `git pull`) to download user branches, use:
- ``sed 's#fetch = +refs/heads/\*:refs/remotes/origin/\*#fetch = +refs/heads/main:refs/remotes/origin/main# -i llvm-project/.git/config``
+ ``sed 's#fetch = +refs/heads/\*:refs/remotes/origin/\*#fetch = +refs/heads/main:refs/remotes/origin/main#' -i llvm-project/.git/config``
#. Configure and build LLVM and Clang: