diff options
| author | Louis Dionne <ldionne@apple.com> | 2018-11-03 17:51:09 +0000 |
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2018-11-03 17:51:09 +0000 |
| commit | d1ad7b31eebe01ce5231f399d21c19049bedad2d (patch) | |
| tree | 2fe1a603ddfeb7a3b8d9ee1fa1a11fe588fd2a61 /libcxx/include | |
| parent | cac28b452e4703ff7789b41476b1349d3894ad0d (diff) | |
| download | bcm5719-llvm-d1ad7b31eebe01ce5231f399d21c19049bedad2d.tar.gz bcm5719-llvm-d1ad7b31eebe01ce5231f399d21c19049bedad2d.zip | |
[NFC] Fix incorrect comment in std::list
llvm-svn: 346072
Diffstat (limited to 'libcxx/include')
| -rw-r--r-- | libcxx/include/list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/list b/libcxx/include/list index 8f0e1db1fed..1a28c21abf8 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 <class _Tp, class _Alloc> inline void |

