diff options
author | Lang Hames <lhames@gmail.com> | 2011-12-22 00:12:51 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2011-12-22 00:12:51 +0000 |
commit | fc8a4bc9699f83f735b2b1272fa17e65545eb8fa (patch) | |
tree | bd1c1f4767be71cc98d6375c6a0ca386cd2710c3 /llvm | |
parent | 1148b0f13cac653d97c9c84c768f0a75317eba3d (diff) | |
download | bcm5719-llvm-fc8a4bc9699f83f735b2b1272fa17e65545eb8fa.tar.gz bcm5719-llvm-fc8a4bc9699f83f735b2b1272fa17e65545eb8fa.zip |
Fixed typo.
llvm-svn: 147113
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/ADT/IntervalMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/IntervalMap.h b/llvm/include/llvm/ADT/IntervalMap.h index 1230e8f5fb4..83e225c025a 100644 --- a/llvm/include/llvm/ADT/IntervalMap.h +++ b/llvm/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. // //===----------------------------------------------------------------------===// |