From 75c17877dc90ddbe61c7d0009c6badfb0f192f98 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Tue, 25 Jul 2017 17:52:55 +0000 Subject: [PATCH] [docs] Fix a typo: iteratation -> iteration Reviewers: dgross Reviewed By: dgross Subscribers: dgross, llvm-commits Differential Revision: https://reviews.llvm.org/D35822 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308994 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst index d115a9cf6de..501b5c00d69 100644 --- a/docs/ProgrammersManual.rst +++ b/docs/ProgrammersManual.rst @@ -2105,7 +2105,7 @@ is stored in the same allocation as the Value of a pair). 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: -- 2.50.1