Fixed typo.
[oota-llvm.git] / include / llvm / ADT / IntervalMap.h
index 1230e8f5fb43641d8e0f6f77fba0dba35e0ee2df..83e225c025a5470b72d84aef842656d6a505ad41 100644 (file)
@@ -739,7 +739,7 @@ public:
 // A Path is used by iterators to represent a position in a B+-tree, and the
 // path to get there from the root.
 //
-// The Path class also constains the tree navigation code that doesn't have to
+// The Path class also contains the tree navigation code that doesn't have to
 // be templatized.
 //
 //===----------------------------------------------------------------------===//