[libcxx] r346072 - [NFC] Fix incorrect comment in std::list

Louis Dionne ldionne at apple.com
Sat Nov 3 10:51:09 PDT 2018


Author: ldionne
Date: Sat Nov  3 10:51:09 2018
New Revision: 346072

URL: http://llvm.org/viewvc/llvm-project?rev=346072&view=rev
Log:
[NFC] Fix incorrect comment in std::list

Modified:
    libcxx/trunk/include/list

Modified: libcxx/trunk/include/list
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/list?rev=346072&r1=346071&r2=346072&view=diff
==============================================================================
--- libcxx/trunk/include/list (original)
+++ libcxx/trunk/include/list Sat Nov  3 10:51:09 2018
@@ -1170,7 +1170,7 @@ list<_Tp, _Alloc>::__link_nodes_at_front
     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




More information about the libcxx-commits mailing list