Fixes a typo in comment, by Vlad Losev.
This commit is contained in:
parent
40604f891e
commit
a2534cb7a5
@ -171,7 +171,7 @@ class ParamGeneratorInterface {
|
||||
virtual ParamIteratorInterface<T>* End() const = 0;
|
||||
};
|
||||
|
||||
// Wraps ParamGeneratorInetrface<T> and provides general generator syntax
|
||||
// Wraps ParamGeneratorInterface<T> and provides general generator syntax
|
||||
// compatible with the STL Container concept.
|
||||
// This class implements copy initialization semantics and the contained
|
||||
// ParamGeneratorInterface<T> instance is shared among all copies
|
||||
|
Loading…
x
Reference in New Issue
Block a user