1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

ProgrammersManual.rst: fix a typo

llvm-svn: 226367
This commit is contained in:
Hans Wennborg 2015-01-17 03:19:21 +00:00
parent e119c6afaf
commit 95fbe0c01e

View File

@ -1408,7 +1408,7 @@ llvm/ADT/IntervalMap.h
IntervalMap is a compact map for small keys and values. It maps key intervals
instead of single keys, and it will automatically coalesce adjacent intervals.
When then map only contains a few intervals, they are stored in the map object
When the map only contains a few intervals, they are stored in the map object
itself to avoid allocations.
The IntervalMap iterators are quite big, so they should not be passed around as