summaryrefslogtreecommitdiffstats
path: root/llvm/docs/YamlIO.rst
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-04-14 20:52:58 +0000
committerEd Maste <emaste@freebsd.org>2015-04-14 20:52:58 +0000
commit8ed40ce56d0f6360f56e785a229f9c03ed1d1889 (patch)
tree2f6bc297551fefb807a85a807c93a8115a287161 /llvm/docs/YamlIO.rst
parent921b8e93bb3bb391ff91484c31b1f1893e18700a (diff)
downloadbcm5719-llvm-8ed40ce56d0f6360f56e785a229f9c03ed1d1889.tar.gz
bcm5719-llvm-8ed40ce56d0f6360f56e785a229f9c03ed1d1889.zip
Correct 'teh' and other typos / repeated words.
Patch by Eitan Adler. Differential Revision: http://reviews.llvm.org/D8514 llvm-svn: 234939
Diffstat (limited to 'llvm/docs/YamlIO.rst')
-rw-r--r--llvm/docs/YamlIO.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/YamlIO.rst b/llvm/docs/YamlIO.rst
index 76dd021f82f..3cc683b6b82 100644
--- a/llvm/docs/YamlIO.rst
+++ b/llvm/docs/YamlIO.rst
@@ -332,7 +332,7 @@ as a field type:
}
};
-When reading YAML, if the string found does not match any of the the strings
+When reading YAML, if the string found does not match any of the strings
specified by enumCase() methods, an error is automatically generated.
When writing YAML, if the value being written does not match any of the values
specified by the enumCase() methods, a runtime assertion is triggered.
@@ -767,7 +767,7 @@ add "static const bool flow = true;". For instance:
};
With the above, if you used MyList as the data type in your native data
-structures, then then when converted to YAML, a flow sequence of integers
+structures, then when converted to YAML, a flow sequence of integers
will be used (e.g. [ 10, -3, 4 ]).
OpenPOWER on IntegriCloud