summaryrefslogtreecommitdiffstats
path: root/llvm/docs/YamlIO.rst
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-20 00:33:39 +0000
committerAlp Toker <alp@nuanti.com>2013-12-20 00:33:39 +0000
commit171b0c36a3e8debc5c24a9f7dab8427b8ef1cd2e (patch)
treed6f06684522134755f17b3c566f6c6becc9e169d /llvm/docs/YamlIO.rst
parent514102d24f36a8afca9c8fceff56660cd4bd42e8 (diff)
downloadbcm5719-llvm-171b0c36a3e8debc5c24a9f7dab8427b8ef1cd2e.tar.gz
bcm5719-llvm-171b0c36a3e8debc5c24a9f7dab8427b8ef1cd2e.zip
Fix documentation typos
llvm-svn: 197757
Diffstat (limited to 'llvm/docs/YamlIO.rst')
-rw-r--r--llvm/docs/YamlIO.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/YamlIO.rst b/llvm/docs/YamlIO.rst
index 46609a3acd6..b1917b6469e 100644
--- a/llvm/docs/YamlIO.rst
+++ b/llvm/docs/YamlIO.rst
@@ -641,7 +641,7 @@ The YAML syntax supports tags as a way to specify the type of a node before
it is parsed. This allows dynamic types of nodes. But the YAML I/O model uses
static typing, so there are limits to how you can use tags with the YAML I/O
model. Recently, we added support to YAML I/O for checking/setting the optional
-tag on a map. Using this functionality it is even possbile to support differnt
+tag on a map. Using this functionality it is even possbile to support different
mappings, as long as they are convertable.
To check a tag, inside your mapping() method you can use io.mapTag() to specify
OpenPOWER on IntegriCloud