summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-05-07 06:39:04 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-05-07 06:39:04 +0000
commit094aa6ce47f0f0604469e0a24bde131ce6326938 (patch)
tree106924b35cb1837eac54dc7b12ddd9fc6e352593
parent7ebc06bfd8df4cd7c477af1e5fec196c32efcfea (diff)
downloadllvm-094aa6ce47f0f0604469e0a24bde131ce6326938.tar.gz
llvm-094aa6ce47f0f0604469e0a24bde131ce6326938.tar.bz2
llvm-094aa6ce47f0f0604469e0a24bde131ce6326938.tar.xz
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50805 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/ADT/ilist2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/ilist b/include/llvm/ADT/ilist
index 4e6ea00797..d465cbfc71 100644
--- a/include/llvm/ADT/ilist
+++ b/include/llvm/ADT/ilist
@@ -18,7 +18,7 @@
//
// The ilist class itself, should be a plug in replacement for list, assuming
// that the nodes contain next/prev pointers. This list replacement does not
-// provides a constant time size() method, so be careful to use empty() when you
+// provide a constant time size() method, so be careful to use empty() when you
// really want to know if it's empty.
//
// The ilist class is implemented by allocating a 'tail' node when the list is