[PATCH] D118772: [Docs][NFC] Contributing.rts: fix wording
Lancelot SIX via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 2 03:48:32 PST 2022
lancesix created this revision.
lancesix added reviewers: scott.linder, t-tye, serge-sans-paille.
lancesix requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Fix a sentense containing two consecutive 'and'.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118772
Files:
llvm/docs/Contributing.rst
Index: llvm/docs/Contributing.rst
===================================================================
--- llvm/docs/Contributing.rst
+++ llvm/docs/Contributing.rst
@@ -32,7 +32,7 @@
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).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118772.405202.patch
Type: text/x-patch
Size: 608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220202/32c2f959/attachment.bin>
More information about the llvm-commits
mailing list