From 5fcecbffca14d5317723842bd201f09fa81a9b22 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Wed, 7 May 2008 06:39:04 +0000 Subject: [PATCH] Typo. llvm-svn: 50805 --- llvm/include/llvm/ADT/ilist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/ADT/ilist b/llvm/include/llvm/ADT/ilist index 4e6ea007975b..d465cbfc7152 100644 --- a/llvm/include/llvm/ADT/ilist +++ b/llvm/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