From d1ad7b31eebe01ce5231f399d21c19049bedad2d Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Sat, 3 Nov 2018 17:51:09 +0000 Subject: [PATCH] [NFC] Fix incorrect comment in std::list llvm-svn: 346072 --- libcxx/include/list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/list b/libcxx/include/list index 8f0e1db1fedb..1a28c21abf88 100644 --- a/libcxx/include/list +++ b/libcxx/include/list @@ -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 inline void