* include/bits/stl_stack.h: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250743
138bc75d-0d04-0410-961f-
82ee72b054a4
+2017-07-31 Marek Polacek <polacek@redhat.com>
+
+ PR libstdc++/81599
+ * include/bits/stl_stack.h: Fix typo.
+
2017-07-26 Jonathan Wakely <jwakely@redhat.com>
* testsuite/27_io/basic_fstream/53984.cc: Fix test.
*
* The second template parameter defines the type of the underlying
* sequence/container. It defaults to std::deque, but it can be
- * any type that supports @c back, @c push_back, and @c pop_front,
+ * any type that supports @c back, @c push_back, and @c pop_back,
* such as std::list, std::vector, or an appropriate user-defined
* type.
*