From: Nick Lewycky Date: Wed, 7 May 2008 06:39:04 +0000 (+0000) Subject: Typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=094aa6ce47f0f0604469e0a24bde131ce6326938;p=oota-llvm.git Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50805 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/ilist b/include/llvm/ADT/ilist index 4e6ea007975..d465cbfc715 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