ProgrammersManual.rst: fix a typo
[oota-llvm.git] / docs / ProgrammersManual.rst
index 85a4ad8e554a31c6c19a6f95bb86638bda8b49a8..f35aa93599b7fa887bab47bc97860b88fef32c2b 100644 (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