diff options
-rw-r--r-- | include/llvm/ADT/ilist | 2 |
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 |