projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55459f6
)
[Docs][NFC] Contributing.rst: fix wording
author
Lancelot SIX
<lancelot.six@amd.com>
Wed, 2 Feb 2022 12:30:39 +0000
(13:30 +0100)
committer
serge-sans-paille
<sguelton@redhat.com>
Wed, 2 Feb 2022 12:49:03 +0000
(13:49 +0100)
Fix a sentence containing two consecutive 'and'.
llvm/docs/Contributing.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/Contributing.rst
b/llvm/docs/Contributing.rst
index
7b3bcbf
..
3707274
100644
(file)
--- a/
llvm/docs/Contributing.rst
+++ b/
llvm/docs/Contributing.rst
@@
-32,7
+32,7
@@
let people know you are working on it.
Then try to reproduce and fix the bug with upstream LLVM. Start by building
LLVM from source as described in :doc:`GettingStarted` and
-
and
use the built binaries to reproduce the failure described in the bug. Use
+use the built binaries to reproduce the failure described in the bug. Use
a debug build (`-DCMAKE_BUILD_TYPE=Debug`) or a build with assertions
(`-DLLVM_ENABLE_ASSERTIONS=On`, enabled for Debug builds).