Fixes a typo in comment, by Vlad Losev.

pull/496/merge
zhanyong.wan 15 years ago
parent 40604f891e
commit a2534cb7a5
  1. 2
      include/gtest/internal/gtest-param-util.h

@ -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…
Cancel
Save