mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 11:55:12 +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
b80ba73702
commit
a04cd57886
@ -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