Fixed typo.
authorLang Hames <lhames@gmail.com>
Thu, 22 Dec 2011 00:12:51 +0000 (00:12 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 22 Dec 2011 00:12:51 +0000 (00:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147113 91177308-0d34-0410-b5e6-96231b3b80d8

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.
 //
 //===----------------------------------------------------------------------===//