mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Typo.
llvm-svn: 50805
This commit is contained in:
parent
c86c035346
commit
adfc627b77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user