llvm-svn: 50805
This commit is contained in:
Nick Lewycky 2008-05-07 06:39:04 +00:00
parent 7bf9dc773c
commit 5fcecbffca
1 changed files with 1 additions and 1 deletions

View File

@ -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