[NFC] Fix incorrect comment in std::list

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@346072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Louis Dionne
2018-11-03 17:51:09 +00:00
parent 73d2eccc78
commit 048b34a304

View File

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