Commit a2534cb7 by zhanyong.wan

Fixes a typo in comment, by Vlad Losev.

parent 40604f89
...@@ -171,7 +171,7 @@ class ParamGeneratorInterface { ...@@ -171,7 +171,7 @@ class ParamGeneratorInterface {
virtual ParamIteratorInterface<T>* End() const = 0; 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. // compatible with the STL Container concept.
// This class implements copy initialization semantics and the contained // This class implements copy initialization semantics and the contained
// ParamGeneratorInterface<T> instance is shared among all copies // ParamGeneratorInterface<T> instance is shared among all copies
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment