forked from OSchip/llvm-project
[NFC] Fix incorrect comment in std::list
llvm-svn: 346072
This commit is contained in:
parent
cac28b452e
commit
d1ad7b31ee
|
@ -1170,7 +1170,7 @@ list<_Tp, _Alloc>::__link_nodes_at_front(__link_pointer __f, __link_pointer __l)
|
|||
base::__end_.__next_ = __f;
|
||||
}
|
||||
|
||||
// Link in nodes [__f, __l] at the front of the list
|
||||
// Link in nodes [__f, __l] at the back of the list
|
||||
template <class _Tp, class _Alloc>
|
||||
inline
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue