mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 22:51:11 +00:00
COMMON: Minor comments fixes for new Std files
This commit is contained in:
parent
b6b2b3ae4c
commit
b9a20efa68
@ -27,7 +27,7 @@
|
||||
namespace Std {
|
||||
|
||||
/**
|
||||
* Derives the ScummVM SortedArray to match the Std::set class
|
||||
* Derives the ScummVM SortedArray to match the std::set class
|
||||
*/
|
||||
template<class T, class Comparitor = Common::Less<T> >
|
||||
class set : public Common::SortedArray<T, const T &> {
|
||||
|
@ -557,7 +557,7 @@ protected:
|
||||
|
||||
/**
|
||||
* Insert a range of elements coming from this or another array.
|
||||
* Unlike Std::vector::insert, this method does not accept
|
||||
* Unlike std::vector::insert, this method does not accept
|
||||
* arbitrary iterators, mainly because our iterator system is
|
||||
* seriously limited and does not distinguish between input iterators,
|
||||
* output iterators, forward iterators, or random access iterators.
|
||||
|
Loading…
x
Reference in New Issue
Block a user