[PATCH] D42359: a simple comment fix in include/list

Qian Yun via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 21 22:39:04 PST 2018


oldk1331 created this revision.
Herald added a subscriber: cfe-commits.

Hello all,

This is a simple (and my first) patch that fixes a comment
in include/list.

Qian Yun


Repository:
  rCXX libc++

https://reviews.llvm.org/D42359

Files:
  include/list


Index: include/list
===================================================================
--- include/list
+++ include/list
@@ -1130,7 +1130,7 @@
     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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42359.130830.patch
Type: text/x-patch
Size: 339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180122/afb3f1da/attachment.bin>


More information about the cfe-commits mailing list