diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-03-15 21:21:18 (GMT) |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-03-15 21:21:18 (GMT) |
commit | a2534cb7a5945fb7e15f32e9d06762e5a78ca3a1 (patch) | |
tree | 245d872facae9bf16419145e858a81531ab409df | |
parent | 40604f891efd16779af66c2b3e42f433ead74b15 (diff) | |
download | googletest-a2534cb7a5945fb7e15f32e9d06762e5a78ca3a1.zip googletest-a2534cb7a5945fb7e15f32e9d06762e5a78ca3a1.tar.gz googletest-a2534cb7a5945fb7e15f32e9d06762e5a78ca3a1.tar.bz2 |
Fixes a typo in comment, by Vlad Losev.
-rw-r--r-- | include/gtest/internal/gtest-param-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/internal/gtest-param-util.h b/include/gtest/internal/gtest-param-util.h index 546a6ea..a3d67a4 100644 --- a/include/gtest/internal/gtest-param-util.h +++ b/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 |