[llvm-commits] [llvm] r50805 - /llvm/trunk/include/llvm/ADT/ilist

Nick Lewycky nicholas at mxc.ca
Tue May 6 23:39:05 PDT 2008


Author: nicholas
Date: Wed May  7 01:39:04 2008
New Revision: 50805

URL: http://llvm.org/viewvc/llvm-project?rev=50805&view=rev
Log:
Typo.

Modified:
    llvm/trunk/include/llvm/ADT/ilist

Modified: llvm/trunk/include/llvm/ADT/ilist
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/ilist?rev=50805&r1=50804&r2=50805&view=diff

==============================================================================
--- llvm/trunk/include/llvm/ADT/ilist (original)
+++ llvm/trunk/include/llvm/ADT/ilist Wed May  7 01:39:04 2008
@@ -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





More information about the llvm-commits mailing list