From 048b34a3043d151b3865d54f673ea40fa4f0c3b2 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 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@346072 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/list b/include/list index 8f0e1db1f..1a28c21ab 100644 --- a/include/list +++ b/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