[llvm-commits] [llvm] r147113 - /llvm/trunk/include/llvm/ADT/IntervalMap.h

Lang Hames lhames at gmail.com
Wed Dec 21 16:12:51 PST 2011


Author: lhames
Date: Wed Dec 21 18:12:51 2011
New Revision: 147113

URL: http://llvm.org/viewvc/llvm-project?rev=147113&view=rev
Log:
Fixed typo.

Modified:
    llvm/trunk/include/llvm/ADT/IntervalMap.h

Modified: llvm/trunk/include/llvm/ADT/IntervalMap.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/IntervalMap.h?rev=147113&r1=147112&r2=147113&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/IntervalMap.h (original)
+++ llvm/trunk/include/llvm/ADT/IntervalMap.h Wed Dec 21 18:12:51 2011
@@ -739,7 +739,7 @@
 // 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.
 //
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list