summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2015-01-17 03:19:21 +0000
committerHans Wennborg <hans@hanshq.net>2015-01-17 03:19:21 +0000
commit8888d5b32cf1bba746ff3e2fe8f04f53fc0368bc (patch)
tree1c98e1de18435e41436c7c87643fc3573059214a /llvm/docs
parent5b8cacdb5fc50aa0f7d6194303759349cfc095fa (diff)
downloadbcm5719-llvm-8888d5b32cf1bba746ff3e2fe8f04f53fc0368bc.tar.gz
bcm5719-llvm-8888d5b32cf1bba746ff3e2fe8f04f53fc0368bc.zip
ProgrammersManual.rst: fix a typo
llvm-svn: 226367
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/ProgrammersManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index 85a4ad8e554..f35aa93599b 100644
--- a/llvm/docs/ProgrammersManual.rst
+++ b/llvm/docs/ProgrammersManual.rst
@@ -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
OpenPOWER on IntegriCloud