[PATCH] D35822: [docs] Fix a typo: iteratation -> iteration

Stephen Hines via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 16:24:24 PDT 2017


srhines created this revision.

https://reviews.llvm.org/D35822

Files:
  docs/ProgrammersManual.rst


Index: docs/ProgrammersManual.rst
===================================================================
--- docs/ProgrammersManual.rst
+++ 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.107991.patch
Type: text/x-patch
Size: 563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170724/c21c781f/attachment.bin>


More information about the llvm-commits mailing list