[NFC] Fix incorrect comment in std::list

llvm-svn: 346072
This commit is contained in:
Louis Dionne 2018-11-03 17:51:09 +00:00
parent cac28b452e
commit d1ad7b31ee
1 changed files with 1 additions and 1 deletions

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