summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMandeep Singh Grang <mgrang@codeaurora.org>2016-11-14 17:31:24 +0000
committerMandeep Singh Grang <mgrang@codeaurora.org>2016-11-14 17:31:24 +0000
commit39f5e864e6b02cdeb20c4a12229e19e266bdd7be (patch)
treef3fecc8598c304df355ab50735c4ec91184643bd
parent1f9ac96cb1bfabac2cfae6a8d8eb133637a7064e (diff)
downloadbcm5719-llvm-39f5e864e6b02cdeb20c4a12229e19e266bdd7be.tar.gz
bcm5719-llvm-39f5e864e6b02cdeb20c4a12229e19e266bdd7be.zip
[clang docs] Minor fix in ClangCheck.rst
Reviewers: djasper, rengolin Subscribers: Eugene.Zelenko Tags: #clang-c Differential Revision: https://reviews.llvm.org/D26484 llvm-svn: 286846
-rw-r--r--clang/docs/ClangCheck.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/ClangCheck.rst b/clang/docs/ClangCheck.rst
index 4650049b1fb..c249c126770 100644
--- a/clang/docs/ClangCheck.rst
+++ b/clang/docs/ClangCheck.rst
@@ -31,6 +31,6 @@ do basic error checking and AST dumping.
1 error generated.
Error while processing snippet.cc.
-The '--' at the end is important as it prevents `clang-check` from search for a
-compilation database. For more information on how to setup and use `clang-check`
-in a project, see :doc:`HowToSetupToolingForLLVM`.
+The '--' at the end is important as it prevents :program:`clang-check` from
+searching for a compilation database. For more information on how to setup and
+use :program:`clang-check` in a project, see :doc:`HowToSetupToolingForLLVM`.
OpenPOWER on IntegriCloud