[llvm] r226367 - ProgrammersManual.rst: fix a typo
Hans Wennborg
hans at hanshq.net
Fri Jan 16 19:19:21 PST 2015
Author: hans
Date: Fri Jan 16 21:19:21 2015
New Revision: 226367
URL: http://llvm.org/viewvc/llvm-project?rev=226367&view=rev
Log:
ProgrammersManual.rst: fix a typo
Modified:
llvm/trunk/docs/ProgrammersManual.rst
Modified: llvm/trunk/docs/ProgrammersManual.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.rst?rev=226367&r1=226366&r2=226367&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Fri Jan 16 21:19:21 2015
@@ -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
More information about the llvm-commits
mailing list