summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/IntervalMap.h
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2011-12-22 00:12:51 +0000
committerLang Hames <lhames@gmail.com>2011-12-22 00:12:51 +0000
commitab26da9e679afb26b6af589c2d414d50bf4a6441 (patch)
treeaee56fc9c020f6af302de161d5b6977fcd47a6a1 /include/llvm/ADT/IntervalMap.h
parentf7c66fa0de7c18a030480d2581051510c574da4b (diff)
downloadllvm-ab26da9e679afb26b6af589c2d414d50bf4a6441.tar.gz
llvm-ab26da9e679afb26b6af589c2d414d50bf4a6441.tar.bz2
llvm-ab26da9e679afb26b6af589c2d414d50bf4a6441.tar.xz
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/IntervalMap.h')
-rw-r--r--include/llvm/ADT/IntervalMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/IntervalMap.h b/include/llvm/ADT/IntervalMap.h
index 1230e8f5fb..83e225c025 100644
--- a/include/llvm/ADT/IntervalMap.h
+++ b/include/llvm/ADT/IntervalMap.h
@@ -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.
//
//===----------------------------------------------------------------------===//