Fixes a typo in comment, by Vlad Losev.

This commit is contained in:
zhanyong.wan 2010-03-15 21:21:18 +00:00
parent 40604f891e
commit a2534cb7a5

View File

@ -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