summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-02-04 00:42:45 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-02-04 00:42:45 +0000
commit69ba0167b35eb27474dc67f69a466eb6b5971484 (patch)
tree1ba22b401fddb6ca8a06c6d2b51ee80dac89c103 /llvm/docs
parent8031d28823cb3abb951b501da86402f898d48979 (diff)
downloadbcm5719-llvm-69ba0167b35eb27474dc67f69a466eb6b5971484.tar.gz
bcm5719-llvm-69ba0167b35eb27474dc67f69a466eb6b5971484.zip
Misc documentation/comment fixes.
llvm-svn: 228093
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/BitCodeFormat.rst2
-rw-r--r--llvm/docs/LangRef.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/BitCodeFormat.rst b/llvm/docs/BitCodeFormat.rst
index fc553f79174..4b398a4e956 100644
--- a/llvm/docs/BitCodeFormat.rst
+++ b/llvm/docs/BitCodeFormat.rst
@@ -672,7 +672,7 @@ for each library name referenced.
MODULE_CODE_GLOBALVAR Record
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-``[GLOBALVAR, pointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, unnamed_addr, dllstorageclass]``
+``[GLOBALVAR, pointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, unnamed_addr, externally_initialized, dllstorageclass, comdat]``
The ``GLOBALVAR`` record (code 7) marks the declaration or definition of a
global variable. The operand fields are:
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index b18474915e1..f086fbe3e0b 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -588,7 +588,7 @@ iteration. The maximum alignment is ``1 << 29``.
Globals can also have a :ref:`DLL storage class <dllstorageclass>`.
-Variables and aliasaes can have a
+Variables and aliases can have a
:ref:`Thread Local Storage Model <tls_model>`.
Syntax::
OpenPOWER on IntegriCloud