summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-10-29 17:53:27 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-10-29 17:53:27 +0000
commitd59761480e6ecae6e4aff28ae1ecad45845b8c0b (patch)
treebf4a86e712be4f1ea34bb9dea16e60cf17260356 /docs
parent93cf0939f95b3d580d9c05375a7c84164e1ba72e (diff)
downloadllvm-d59761480e6ecae6e4aff28ae1ecad45845b8c0b.tar.gz
llvm-d59761480e6ecae6e4aff28ae1ecad45845b8c0b.tar.bz2
llvm-d59761480e6ecae6e4aff28ae1ecad45845b8c0b.tar.xz
Fix common typos in the docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/HowToBuildOnARM.rst2
-rw-r--r--docs/LangRef.rst2
-rw-r--r--docs/SourceLevelDebugging.rst2
-rw-r--r--docs/yaml2obj.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/HowToBuildOnARM.rst b/docs/HowToBuildOnARM.rst
index f212acdc95..b58dfac737 100644
--- a/docs/HowToBuildOnARM.rst
+++ b/docs/HowToBuildOnARM.rst
@@ -21,7 +21,7 @@ on the ARMv6 and ARMv7 architectures and may be inapplicable to older chips.
#. If you are building LLVM/Clang on an ARM board with 1G of memory or less,
please use ``gold`` rather then GNU ``ld``.
Building LLVM/Clang with ``--enable-optimized``
- is prefered since it consumes less memory. Otherwise, the building
+ is preferred since it consumes less memory. Otherwise, the building
process will very likely fail due to insufficient memory. In any
case it is probably a good idea to set up a swap partition.
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 965858c3f9..a8f3cee960 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -8818,7 +8818,7 @@ level without an intrinsic, one would need to create additional basic blocks to
handle the success/failure cases. This makes it difficult to stop the stack
protector check from disrupting sibling tail calls in Codegen. With this
intrinsic, we are able to generate the stack protector basic blocks late in
-codegen after the tail call decision has occured.
+codegen after the tail call decision has occurred.
'``llvm.objectsize``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst
index 05ac09cdbd..a1d8110637 100644
--- a/docs/SourceLevelDebugging.rst
+++ b/docs/SourceLevelDebugging.rst
@@ -295,7 +295,7 @@ Subprogram descriptors
i32, ;; Index into a virtual function
metadata, ;; indicates which base type contains the vtable pointer for the
;; derived class
- i32, ;; Flags - Artifical, Private, Protected, Explicit, Prototyped.
+ i32, ;; Flags - Artificial, Private, Protected, Explicit, Prototyped.
i1, ;; isOptimized
Function * , ;; Pointer to LLVM function
metadata, ;; Lists function template parameters
diff --git a/docs/yaml2obj.rst b/docs/yaml2obj.rst
index b269806e06..2c55f02f0d 100644
--- a/docs/yaml2obj.rst
+++ b/docs/yaml2obj.rst
@@ -38,7 +38,7 @@ Here's a sample COFF file.
ComplexType: IMAGE_SYM_DTYPE_NULL # (0)
StorageClass: IMAGE_SYM_CLASS_STATIC # (3)
NumberOfAuxSymbols: 1
- AuxillaryData:
+ AuxiliaryData:
"\x24\x00\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00" # |$.................|
- Name: _main