[PATCH] D35822: [docs] Fix a typo: iteratation -> iteration
Stephen Hines via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 10:53:40 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL308994: [docs] Fix a typo: iteratation -> iteration (authored by srhines).
Repository:
rL LLVM
https://reviews.llvm.org/D35822
Files:
llvm/trunk/docs/ProgrammersManual.rst
Index: llvm/trunk/docs/ProgrammersManual.rst
===================================================================
--- llvm/trunk/docs/ProgrammersManual.rst
+++ llvm/trunk/docs/ProgrammersManual.rst
@@ -2105,7 +2105,7 @@
StringMap also provides query methods that take byte ranges, so it only ever
copies a string if a value is inserted into the table.
-StringMap iteratation order, however, is not guaranteed to be deterministic, so
+StringMap iteration order, however, is not guaranteed to be deterministic, so
any uses which require that should instead use a std::map.
.. _dss_indexmap:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35822.108119.patch
Type: text/x-patch
Size: 596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170725/db77fb6b/attachment.bin>
More information about the llvm-commits
mailing list