summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-07-02 19:28:40 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-07-02 19:28:40 +0000
commit7d5405069d4c40223405f56bf1c0e1460ddb573b (patch)
tree86e703b9611b344ad57f020b9874b1735063b027 /llvm/docs/LangRef.rst
parent72052f6de98c8c3ffe8969d45987b7580c3f5b40 (diff)
downloadbcm5719-llvm-7d5405069d4c40223405f56bf1c0e1460ddb573b.tar.gz
bcm5719-llvm-7d5405069d4c40223405f56bf1c0e1460ddb573b.zip
fix some various typos in the doc
llvm-svn: 274449
Diffstat (limited to 'llvm/docs/LangRef.rst')
-rw-r--r--llvm/docs/LangRef.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 5e101c3616b..4dbdb9d6b96 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -1427,7 +1427,7 @@ example:
generated for this function needs to follow certain conventions that
make it possible for a runtime function to patch over it later.
The exact effect of this attribute depends on its string value,
- for which there currently is one legal possiblity:
+ for which there currently is one legal possibility:
* ``"prologue-short-redirect"`` - This style of patchable
function is intended to support patching a function prologue to
@@ -4338,7 +4338,7 @@ DIMacro
``DIMacro`` nodes represent definition or undefinition of a macro identifiers.
The ``name:`` field is the macro identifier, followed by macro parameters when
-definining a function-like macro, and the ``value`` field is the token-string
+defining a function-like macro, and the ``value`` field is the token-string
used to expand the macro identifier.
.. code-block:: llvm
OpenPOWER on IntegriCloud