aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-02-28 18:16:24 +0000
committerHans Wennborg <hans@hanshq.net>2013-02-28 18:16:24 +0000
commit280b956c8ead04adaa08b271cd93f7e49ca7eb3b (patch)
tree0a70b67aa724390eaa7144e40c02a8e38459becc
parent8ddfb0b72d0e439d01759c1bc7a79ba73dd2830c (diff)
ClangFormat.rst: Fix two small typos
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176276 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ClangFormat.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ClangFormat.rst b/docs/ClangFormat.rst
index 3272458e13..94753580f0 100644
--- a/docs/ClangFormat.rst
+++ b/docs/ClangFormat.rst
@@ -44,10 +44,10 @@ Vim Integration
There is an integration for :program:`vim` which lets you run the
:program:`clang-format` standalone tool on your current buffer, optionally
-selecting regions to reformat. The integration has to form of a `python`-file
+selecting regions to reformat. The integration has the form of a `python`-file
which can be found under `clang/tools/extra/clang-format/clang-format.py`.
-This can be integrated by mapping the following to your `.vimrc`:
+This can be integrated by adding the following to your `.vimrc`:
.. code-block:: console