summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-02-14 20:20:58 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-02-14 20:20:58 +0000
commitbe8f396bde1a2bf342cd337c921afd0adee1d7d2 (patch)
treef451e5dc93528abcbc0ecd0a866203a51258c596
parent84666a19649df885b40e2fb1da1c11674fcd9620 (diff)
downloadbcm5719-llvm-be8f396bde1a2bf342cd337c921afd0adee1d7d2.tar.gz
bcm5719-llvm-be8f396bde1a2bf342cd337c921afd0adee1d7d2.zip
Fix some typos in the clang doc
llvm-svn: 260856
-rw-r--r--clang/docs/ClangFormatStyleOptions.rst2
-rw-r--r--clang/docs/CrossCompilation.rst2
-rw-r--r--clang/docs/LanguageExtensions.rst2
-rw-r--r--clang/docs/SanitizerCoverage.rst4
4 files changed, 5 insertions, 5 deletions
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index bfabd5985ca..1e9a3723d1a 100644
--- a/clang/docs/ClangFormatStyleOptions.rst
+++ b/clang/docs/ClangFormatStyleOptions.rst
@@ -666,7 +666,7 @@ Adding additional style options
===============================
Each additional style option adds costs to the clang-format project. Some of
-these costs affect the clang-format developement itself, as we need to make
+these costs affect the clang-format development itself, as we need to make
sure that any given combination of options work and that new features don't
break any of the existing options in any way. There are also costs for end users
as options become less discoverable and people have to think about and make a
diff --git a/clang/docs/CrossCompilation.rst b/clang/docs/CrossCompilation.rst
index 8a802711737..c07bc21a430 100644
--- a/clang/docs/CrossCompilation.rst
+++ b/clang/docs/CrossCompilation.rst
@@ -32,7 +32,7 @@ when compiling your code.
On the other hand, Clang/LLVM is natively a cross-compiler, meaning that
one set of programs can compile to all targets by setting the ``-target``
-option. That makes it a lot easier for programers wishing to compile to
+option. That makes it a lot easier for programmers wishing to compile to
different platforms and architectures, and for compiler developers that
only have to maintain one build system, and for OS distributions, that
need only one set of main packages.
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index 333dee618ce..2dbf223d688 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -1857,7 +1857,7 @@ in the `ARM C Language Extensions Release 2.0
<http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053c/IHI0053C_acle_2_0.pdf>`_.
Note that these intrinsics are implemented as motion barriers that block
reordering of memory accesses and side effect instructions. Other instructions
-like simple arithmatic may be reordered around the intrinsic. If you expect to
+like simple arithmetic may be reordered around the intrinsic. If you expect to
have no reordering at all, use inline assembly instead.
X86/X86-64 Language Extensions
diff --git a/clang/docs/SanitizerCoverage.rst b/clang/docs/SanitizerCoverage.rst
index 371efc4e78f..0e493400b4e 100644
--- a/clang/docs/SanitizerCoverage.rst
+++ b/clang/docs/SanitizerCoverage.rst
@@ -110,8 +110,8 @@ Sancov matches these files using module names and binaries file names.
Action (required)
-print - Print coverage addresses
- -covered-functions - Print all covered funcions.
- -not-covered-functions - Print all not covered funcions.
+ -covered-functions - Print all covered functions.
+ -not-covered-functions - Print all not covered functions.
-html-report - Print HTML coverage report.
Options
OpenPOWER on IntegriCloud