[llvm] r308994 - [docs] Fix a typo: iteratation -> iteration

Stephen Hines via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 10:52:55 PDT 2017


Author: srhines
Date: Tue Jul 25 10:52:55 2017
New Revision: 308994

URL: http://llvm.org/viewvc/llvm-project?rev=308994&view=rev
Log:
[docs] Fix a typo: iteratation -> iteration

Reviewers: dgross

Reviewed By: dgross

Subscribers: dgross, llvm-commits

Differential Revision: https://reviews.llvm.org/D35822

Modified:
    llvm/trunk/docs/ProgrammersManual.rst

Modified: llvm/trunk/docs/ProgrammersManual.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.rst?rev=308994&r1=308993&r2=308994&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Tue Jul 25 10:52:55 2017
@@ -2105,7 +2105,7 @@ is stored in the same allocation as the
 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:




More information about the llvm-commits mailing list