[llvm] r193632 - Fix common typos in the docs.
Benjamin Kramer
benny.kra at googlemail.com
Tue Oct 29 10:53:27 PDT 2013
Author: d0k
Date: Tue Oct 29 12:53:27 2013
New Revision: 193632
URL: http://llvm.org/viewvc/llvm-project?rev=193632&view=rev
Log:
Fix common typos in the docs.
Modified:
llvm/trunk/docs/HowToBuildOnARM.rst
llvm/trunk/docs/LangRef.rst
llvm/trunk/docs/SourceLevelDebugging.rst
llvm/trunk/docs/yaml2obj.rst
Modified: llvm/trunk/docs/HowToBuildOnARM.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToBuildOnARM.rst?rev=193632&r1=193631&r2=193632&view=diff
==============================================================================
--- llvm/trunk/docs/HowToBuildOnARM.rst (original)
+++ llvm/trunk/docs/HowToBuildOnARM.rst Tue Oct 29 12:53:27 2013
@@ -21,7 +21,7 @@ on the ARMv6 and ARMv7 architectures and
#. 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.
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=193632&r1=193631&r2=193632&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Oct 29 12:53:27 2013
@@ -8818,7 +8818,7 @@ level without an intrinsic, one would ne
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Modified: llvm/trunk/docs/SourceLevelDebugging.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.rst?rev=193632&r1=193631&r2=193632&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.rst (original)
+++ llvm/trunk/docs/SourceLevelDebugging.rst Tue Oct 29 12:53:27 2013
@@ -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
Modified: llvm/trunk/docs/yaml2obj.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/yaml2obj.rst?rev=193632&r1=193631&r2=193632&view=diff
==============================================================================
--- llvm/trunk/docs/yaml2obj.rst (original)
+++ llvm/trunk/docs/yaml2obj.rst Tue Oct 29 12:53:27 2013
@@ -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
More information about the llvm-commits
mailing list