From: Lang Hames Date: Thu, 22 Dec 2011 00:12:51 +0000 (+0000) Subject: Fixed typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ab26da9e679afb26b6af589c2d414d50bf4a6441;p=oota-llvm.git Fixed typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147113 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/IntervalMap.h b/include/llvm/ADT/IntervalMap.h index 1230e8f5fb4..83e225c025a 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. // //===----------------------------------------------------------------------===//