summaryrefslogtreecommitdiff
path: root/include/gtest/internal/gtest-param-util.h
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
commit77ee7295b1549900a1118606a2f7466a1e0eac48 (patch)
tree245d872facae9bf16419145e858a81531ab409df /include/gtest/internal/gtest-param-util.h
parent0a4157359e39ecd69e143e4410099eadfb320f75 (diff)
downloadgtest-77ee7295b1549900a1118606a2f7466a1e0eac48.tar.gz
gtest-77ee7295b1549900a1118606a2f7466a1e0eac48.tar.bz2
gtest-77ee7295b1549900a1118606a2f7466a1e0eac48.tar.xz
Fixes a typo in comment, by Vlad Losev.
git-svn-id: http://googletest.googlecode.com/svn/trunk@393 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'include/gtest/internal/gtest-param-util.h')
-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 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