Fix common typos in the docs.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 29 Oct 2013 17:53:27 +0000 (17:53 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 29 Oct 2013 17:53:27 +0000 (17:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193632 91177308-0d34-0410-b5e6-96231b3b80d8

docs/HowToBuildOnARM.rst
docs/LangRef.rst
docs/SourceLevelDebugging.rst
docs/yaml2obj.rst

index f212acdc95fe93023b4787124be26097b5b0271e..b58dfac737dbcff5c77b7d26244fe1569f5e8eb6 100644 (file)
@@ -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.
 
index 965858c3f926f0167fae1bfb2f2f0210d5a06098..a8f3cee96088abcd4758dfab32e94fe820159e91 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
index 05ac09cdbda9e99027ffb8b469361d788d6e8fea..a1d8110637f6b13aae1179cc13c9c8915770276e 100644 (file)
@@ -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
index b269806e06f63fb56a41db80a05f4bc0d38384d6..2c55f02f0dd7a639e2d0e75685cd4cb5314ed909 100644 (file)
@@ -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