From: Hans Wennborg Date: Thu, 28 Feb 2013 18:16:24 +0000 (+0000) Subject: ClangFormat.rst: Fix two small typos X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c32d513385d20c5fe658e5a051f23faf94840942;p=platform%2Fupstream%2Fllvm.git ClangFormat.rst: Fix two small typos llvm-svn: 176276 --- diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst index 3272458..9475358 100644 --- a/clang/docs/ClangFormat.rst +++ b/clang/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