summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-05-07 06:39:04 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-05-07 06:39:04 +0000
commit5fcecbffca14d5317723842bd201f09fa81a9b22 (patch)
tree900d6a4992a7a2635483ec9dbb207defb73c2c2c
parent7bf9dc773c075b145d28ff12efa83421f15aba88 (diff)
downloadbcm5719-llvm-5fcecbffca14d5317723842bd201f09fa81a9b22.tar.gz
bcm5719-llvm-5fcecbffca14d5317723842bd201f09fa81a9b22.zip
Typo.
llvm-svn: 50805
-rw-r--r--llvm/include/llvm/ADT/ilist2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/ilist b/llvm/include/llvm/ADT/ilist
index 4e6ea007975..d465cbfc715 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
OpenPOWER on IntegriCloud