mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 02:16:06 +00:00
[docs] Fix a typo: iteratation -> iteration
Reviewers: dgross Reviewed By: dgross Subscribers: dgross, llvm-commits Differential Revision: https://reviews.llvm.org/D35822 llvm-svn: 308994
This commit is contained in:
parent
afc70ab3e2
commit
24e8c439a3
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user