aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-03-15 21:21:18 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-03-15 21:21:18 +0000
commita2534cb7a5945fb7e15f32e9d06762e5a78ca3a1 (patch)
tree245d872facae9bf16419145e858a81531ab409df /include
parent40604f891efd16779af66c2b3e42f433ead74b15 (diff)
downloadgoogletest-a2534cb7a5945fb7e15f32e9d06762e5a78ca3a1.tar.gz
googletest-a2534cb7a5945fb7e15f32e9d06762e5a78ca3a1.tar.bz2
googletest-a2534cb7a5945fb7e15f32e9d06762e5a78ca3a1.zip
Fixes a typo in comment, by Vlad Losev.
Diffstat (limited to 'include')
-rw-r--r--include/gtest/internal/gtest-param-util.h2
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 546a6ea6..a3d67a4e 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