[Docs][NFC] Contributing.rst: fix wording
authorLancelot SIX <lancelot.six@amd.com>
Wed, 2 Feb 2022 12:30:39 +0000 (13:30 +0100)
committerserge-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

index 7b3bcbf..3707274 100644 (file)
@@ -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).